skills/review-hub-signals/SKILL.md
Get PR signals (CI checks, reviews, comments, deployments) for a task's linked PR. Use to inspect what CI and review activity has happened on a PR.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin review-hub-signalsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run this command to get the signals for a task's linked PR:
lightsprint review-hub signals $ARGUMENTS
Usage: review-hub signals <taskId> [--refresh]
<taskId> — Task ID (display ID like LIG-024, bare number, or raw ID). Required.--refresh — Force re-fetch all signals from GitHub. Without this flag, returns cached signals.| Field | Description |
|-------|-------------|
| signals | Array of signal objects (category, status, title, body, URL, actor) |
| lastViewedAt | When the review hub was last viewed (for unread detection) |
| ownerAgentType | Cloud agent provider that owns this PR (anthropic, cursor, codex, or null) |
| additions / deletions / changedFiles | PR diff stats |
Each signal has: id, category (ci/review/deployment/bot_comment/human_comment/custom), status (success/failure/pending/running/neutral/warning), title, signalBody, url, actorLogin, scoreValue, scoreLabel.
lightsprint review-hub signals LIG-024 --output json
lightsprint review-hub signals LIG-024 --refresh --output json
lightsprint review-hub signals 24 --fields signals
--refresh sparingly — it re-fetches all signals from GitHub API. The default cached read is usually sufficient.lightsprint link-pr.--refresh).testing
Update an existing Lightsprint (ls) task. Change its title, description, status, complexity, assignee, position, or dependencies.
tools
Remove a linked GitHub pull request from a Lightsprint (ls) task. Use this to unlink a PR that was previously linked to a task.
data-ai
List tasks from the Lightsprint (ls) workspace board. Use when you need to see what work is available.
data-ai
Get AI readiness analysis (score, summaries, callouts, suggested actions) for a task's linked PR. Use to assess whether a PR is ready to merge.