skills/pr-ready/SKILL.md
Run validation, post a summary, and flip a PR from draft to ready.
npx skillsauth add lightforgelabsstudio/aide pr-readyInstall 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.
Validate and mark a PR ready for review. Run quality gates before flipping.
PR number or URL. Optional: -Fast (lint + unit tests only), -DryRun (print actions only).
Run validation — Use project placeholder mappings to extract:
{{LINT_COMMAND}}{{RUN_UNIT_TESTS_COMMAND}}{{RUN_ALL_TESTS_COMMAND}}{{SMOKE_TEST_COMMAND}} (optional)Default: lint + all tests + smoke (if defined). -Fast: lint + unit tests only.
Check CI — Run gh pr checks <pr> --watch. Wait for green.
Post summary — Comment on the PR with what ran and whether it passed:
gh pr comment <pr> --body "..."
Mark ready — Only if all gates pass and CI is green:
gh pr ready <pr>
testing
Skeptical gap analysis for issues, ADRs, plans, and docs. Use when the user wants a second-pass check for missing decisions, contradictions, edge cases, hidden dependencies, scope drift, or readiness before implementation.
tools
Sync branch with remote and confirm a clean end-of-session state.
testing
Create or update an AIDE skill in .aide/skills with valid frontmatter and a concise workflow.
tools
Decompose an accepted ADR into GitHub issues using the issue-creator tool.