graph-traceability-agent
SolidCreate traceability from Agile V requirements to Understand Anything graph nodes, changed files, and tests, ensuring full evidence chain coverage.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Agile-V
- Repository
- Agile-V/agile_v_skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
impact-analysis-agent
Identify the likely impact of a proposed change before implementation by mapping it to graph nodes, affected files, functions, APIs, and tests.
artgraph-bootstrap
Bootstraps spec ↔ code ↔ test traceability tags in an existing project by proposing spec entries and `[REQ-NNN]` markers on covering test titles as a reviewable diff (code-side `@impl REQ-NNN` tags only where no test exists), then verifying deterministically with `artgraph scan && artgraph check` and, when tests ran with the artgraph/vitest runner, `artgraph trace report`. Use when the user asks to bootstrap / cold-start / seed traceability / add initial REQs to an untagged or partially-tagged project. Make sure to use this skill whenever the user mentions bootstrap / cold-start / initial REQ seeding for artgraph.
regression-selection-agent
Select and prioritize regression tests based on the impact map and graph dependency relationships, flagging coverage gaps before the Red Team step.