regression-selection-agent
SolidSelect and prioritize regression tests based on the impact map and graph dependency relationships, flagging coverage gaps before the Red Team step.
AI & Automation 51 stars
9 forks Updated today CC-BY-SA-4.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Instructions
## Purpose
Select and prioritize regression tests based on the impact map and graph dependency relationships.
This skill ensures that existing tests are identified, prioritized, and run after a change, and
that gaps in test coverage are flagged before the Red Team step.
---
## Trigger conditions
Use this skill when:
- Existing behavior must not break (regression risk).
- An impact map is available.
- The change affects shared modules, services, or APIs.
- The system has existing tests that need to be triaged.
- The Test Designer needs to know which existing tests to include.
- A release gate requires documented regression-test coverage.
---
## Inputs
```text
- .agile-v/phases/01-impact/impact_map.md required
- .agile-v/phases/01-impact/affected_components.json required
- test inventory (discovered from test/ directory or graph test nodes) required
- .agile-v/phases/00-understanding/normalized_graph.json optional but preferred
- previous test results (if available) optional
```
---
## Outputs
All outputs are written to canonical `.agile-v/phases/03-regression/`.
```text
required_regression_tests.md
selected_tests.json
regression_coverage_rationale.md
missing_regression_tests.md
```
---
## Required behavior
### Step 1: Discover existing tests
1. Search the repository for test files (`.spec.ts`, `.test.ts`, `_test.py`, `test_*.py`, etc.).
2. If a normalized graph is available, use test nodes from the graph.
3. Build a test invento...
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
AI & Automation Solid
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.
51 Updated today
Agile-V AI & Automation Featured
regression-suite
Map test coverage to GDD critical paths, identify fixed bugs without regression tests, flag coverage drift from new features, and maintain tests/regression-suite.md. Run after implementing a bug fix or before a release gate.
76 Updated 1 weeks ago
striderZA Testing & QA Listed
ai-regression-testing
Specialized regression testing for AI-assisted development and blind spot mitigation.
1 Updated today
jxoesneon