skills/check-pr/SKILL.md
Inspect PR review feedback and report what needs addressing.
npx skillsauth add lightforgelabsstudio/aide check-prInstall 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.
Inspect an existing pull request for reviewer feedback and summarize the actionable items.
gh api user --jq .login if identity matters. The author is expected to use this skill to inspect reviewer feedback on their own PR, so do not block on matching identities unless a separate reviewer context is explicitly required by the user.gh pr view <n> and gh pr diff <n>. Read the linked issue if the PR references one.pr-review for the full PR review workflowtesting
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.