check-requirements-against-code
SolidCheck requirements docs against implementation, report discrepancies and gaps
Code & Development 30 stars
1 forks Updated 1 months ago MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Check the requirements documents against the actual implementation, verify the AI-oriented summaries still match reality, and confirm the CLAUDE.md index is complete. Generate a report with recommendations and questions about any discrepancies.
## Process
1. **Read all requirements documents** in `docs/` (numbered files like `1-review-workflow.md` through `17-claude-channel.md`). Each contains functional (FR-) and non-functional (NFR-) requirements.
2. **For each requirement**, verify the implementation exists:
- Search the codebase (`src/`) for the relevant code
- Check that the behavior described in the requirement is actually implemented
- Note any partial implementations or deviations from the spec
3. **Check for undocumented features**: Look for significant functionality in the code that isn't covered by any requirement. These may be intentional additions that need documentation, or accidental scope creep.
4. **Synchronize the AI summaries** (`docs/ai/code-summary.md` and `docs/ai/requirements-summary.md`):
- Open both files and verify they reflect the current state of the tree.
- For `code-summary.md`: walk through each section and confirm it matches what's actually in `src/`, `src-tauri/`, `scripts/`, and the database schema. Look specifically for:
- Files/folders listed that no longer exist
- Files/folders in the tree that aren't mentioned
- Routes in the catalog that no longer exist (or new ones missing)
- Database tables/colum...
Details
- Author
- brianwestphal
- Repository
- brianwestphal/glassbox
- Created
- 6 months ago
- Last Updated
- 1 months ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
check-code-hygiene
Check code for standardization, readability, maintenance complexity, and defensive coding
30 Updated 1 months ago
brianwestphal AI & Automation Featured
claude-md-review
Audit a CLAUDE.md file for the patterns that actually degrade Claude Code's output — vagueness, unnamed files, stale facts, and bloat. Use when asked to review, audit, improve, shrink, or fix a CLAUDE.md, and when a project's results feel inconsistent or Claude keeps rediscovering the same context.
2,996 Updated 1 months ago
wesammustafa