agentsclimarketplace

Adlc qa

Skill davidvictor/adlc-skills/skills/adlc/adlc-qa

Agentic Development Lifecycle skills for real software work

Install
npx -y skills add davidvictor/adlc-skills --skill adlc-qa

Assembled 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

  1. Resolve effective ADLC paths from .adlc/config.yaml; use adlc resolve-config when the CLI is available.
  2. Read the active plan, diff, verification output, review output, rules, and relevant docs.
  3. Write QA artifacts under the configured QA path.
  4. Keep QA tied to actual behavior and acceptance criteria.
  5. Mark blocked or untestable cases explicitly.
  6. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.