trace-requirements
About
This skill creates a bidirectional traceability matrix linking acceptance criteria to code implementation and test coverage, identifying gaps with severity ratings. It's used during quality reviews or compliance audits to verify complete requirements coverage. Developers can use it to map ACs to specific code evidence and tests, ensuring nothing is missed.
Quick Install
Claude Code
Recommendednpx skills add mattnigh/skills_collection -a claude-code/plugin add https://github.com/mattnigh/skills_collectiongit clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/trace-requirementsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
quality-gate
OtherThe quality-gate skill synthesizes multiple quality assessments into an evidence-based PASS/CONCERNS/FAIL/WAIVED decision for deployment. It generates both YAML for CI/CD automation and Markdown for human review, including action items. Use it during final quality review to make go/no-go deployment decisions.
validate-test-reality
OtherThis skill analyzes production data to identify gaps between specifications and reality, generating edge cases and scenarios that existing tests miss. It creates test deficiency reports showing coverage gaps before quality gate approval. Use it to ensure tests reflect actual production behavior, not just specification compliance.
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
polymarket
MetaThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
