Adlc qa
Agentic Development Lifecycle skills for real software work
npx -y skills add davidvictor/adlc-skills --skill adlc-qaAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Produce ADLC QA artifacts such as change summaries, test plans, and manual test cases.
SKILL.md
1.0 KB, as published. Nobody here has run it
ADLC QA
Use this when a feature or fix needs explicit manual QA beyond automated checks.
Modes
change-summary: summarize the actual diff and user-visible behavior.test-plan: define coverage areas, environments, risks, and pass criteria.test-cases: write concrete manual test cases.
Process
- Resolve effective ADLC paths from
.adlc/config.yaml; useadlc resolve-configwhen the CLI is available. - Read the active plan, diff, verification output, review output, rules, and relevant docs.
- Write QA artifacts under the configured QA path.
- Keep QA tied to actual behavior and acceptance criteria.
- Mark blocked or untestable cases explicitly.
- Do not change implementation code from this skill.
Output
Report QA artifact paths, coverage gaps, blocked cases, and whether the work is ready for adlc-review or adlc-commit.