review
SolidAudit the current branch's diff against its base. Verdict is SHIP IT, NEEDS WORK, or RETHINK.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- samuel-stidham
- Repository
- samuel-stidham/smithy
- Created
- 1 months ago
- Last Updated
- 2 days ago
- Language
- N/A
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
code-review
Review a branch, pull request, commit range, or working-tree diff for correctness, regressions, security, performance, repository standards, and fidelity to the originating requirements. Use when the user asks for code review, diff review, PR review, pre-merge inspection, validation of changes since a fixed point, or after a substantive implementation needs its final quality gate. Do not use when there is no code change to inspect or when the request is only to implement an already reviewed fix.
review
Use before merging to verify completed work meets requirements and quality standards. Dispatches code-reviewer for holistic assessment of the full git diff against the original plan.
code-review
Use for source-read-only review of a PR, diff, commit, migration, refactor, or implementation through its dependency cone. Not for root-cause diagnosis, authorised fixes, or browser/UX review; use diagnose, implement, or ui-ux-design.