skills/review-hub-scores/SKILL.md
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.
npx skillsauth add sprintsai/lightsprint-claude-code-plugin review-hub-scoresInstall 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 AI readiness scores for a task's linked PR:
lightsprint review-hub scores $ARGUMENTS
Usage: review-hub scores <taskId> [--refresh]
<taskId> — Task ID (display ID like LIG-024, bare number, or raw ID). Required.--refresh — Force-refresh signals from GitHub and trigger fresh AI analysis. Consumes credits.Without --refresh, returns cached scores if available. If the cache is stale (signals changed since last analysis), the server may automatically trigger a fresh analysis.
| Field | Description | |-------|-------------| | readinessScore | 0-100 readiness score (null if no scores available) | | readinessLabel | Human-readable label (e.g. "Ready", "Ready with minor issues") | | sectionSummaries | Object with section names as keys, summary strings as values | | changeCallouts | Array of notable changes or concerns | | suggestedActions | Array of recommended actions before merging | | addressal | Comment addressal analysis (which review comments were addressed) or null |
lightsprint review-hub scores LIG-024 --output json
lightsprint review-hub scores LIG-024 --refresh --output json
lightsprint review-hub scores 24 --fields readinessScore,readinessLabel
--refresh triggers fresh AI analysis. Always read cached scores first.readinessScore is null, no analysis has been run yet. Decide whether to --refresh based on context.review-hub signals --refresh), then refresh scores.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.
testing
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.