Review code
Skill rogerchappel/skilldeck/fixtures/valid-pack/skills/review-code
Local-first skill pack manager and verifier for agent instructions.
npx -y skills add rogerchappel/skilldeck --skill review-codeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
Review code changes for correctness, safety, maintainability, and test coverage.
SKILL.md
1.3 KB, 187 tokens by cl100k_base, as published. Nobody here has run it
Review Code
When To Use
Use this skill when a user asks for a code review, release-readiness pass, or focused risk audit.
Inputs
Use the repository diff, relevant tests, and any linked issue or PR context. Prefer local files and command output over memory.
Side Effects
This skill is read-only by default. Do not rewrite unrelated code during a review unless the user explicitly asks for implementation work.
Approval
Ask before running expensive, networked, or destructive commands. Do not push branches or change repo state during review-only work.
Examples
- Review this PR for correctness and missing tests.
- Do a release-readiness pass on this package.
Validation
Start with findings ordered by severity. Ground each finding in a file and line when possible. Include missing tests or residual risk after the findings. Validate by checking the referenced diff and confirming every finding has a file path.