Repo review check
Skill sonsriver4815/agent-skill-starter/examples/repo-review-check
Create, validate, and ship Agent Skills in minutes.
npx -y skills add sonsriver4815/agent-skill-starter --skill repo-review-checkAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use this skill when the user asks for a focused repository review, implementation drift check, pull request sanity check, or read-only second opinion before changes.
SKILL.md
1.1 KB, as published. Nobody here has run it
Repo Review Check
Use this skill for bounded review work where findings matter more than broad commentary.
First Checks
- Identify the target diff, files, issue, or plan.
- Confirm review dimensions such as correctness, security, tests, or maintainability.
- Keep the review read-only unless the user explicitly asks for fixes.
Review Rules
- Lead with actionable findings ordered by severity.
- Ground each finding in a specific file, line, behavior, or missing test.
- Avoid style-only comments unless they create real maintenance risk.
- Separate confirmed issues from assumptions.
Verification
- Run the narrowest read-only test, lint, or static check when available.
- If checks are not available, state the review was inspection-only.
Final Report
- Findings first.
- Open questions or assumptions second.
- Brief summary and residual risk last.