review
SolidReview spec-forge generated documents (tech-design + feature specs) for quality, completeness, and internal consistency. Finds issues like incomplete sections, contradictions, missing traceability, and vague specs, then optionally auto-fixes them. Supports iterative review-fix cycles that run until the review converges — passing, or a round with no net reduction in findings — typically 1–2 rounds.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- tercel
- Repository
- tercel/spec-forge
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
spec-review
Review a spec for under-specified areas, bugs, and adherence to the spec requirements in this skill. Use when asked to review, critique, or check a spec.
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.
code-review-guide
Review code for quality, security, performance, and architecture compliance with a 100-point scoring framework and verdicts (APPROVED/APPROVED_WITH_NOTES/NEEDS_WORK). Trigger on "review this code/my changes", "check for issues", "score the code", "is this ready to ship", "PR review", "pre-merge review", "second pair of eyes", "honest score and verdict", "before I open the PR", "check for N+1 queries", "missing error handling", "input validation", "code smells", "review every file they touched". EVALUATES code quality with structured findings + scoring — not for verifying stubs/wiring (use verification-patterns), not for searching existing code (use codebase-scan), not for assessing task complexity (use complexity-assessment).