systematic-qa

Installation
SKILL.md

Systematic Project QA

Procedures

Step 1: Discover the Repository QA Contract

  1. Read root instructions, repository docs, and CI/build files before running commands.
  2. Execute python3 scripts/discover-project-contract.py --root . to surface candidate install, verify, build, test, lint, and start commands.
  3. Prefer repository-defined umbrella commands such as make verify, just verify, or CI entrypoints over language-default commands.
  4. Read references/project-signals.md when command ownership is ambiguous or when multiple ecosystems are present.
  5. Identify the changed surface and the regression-critical surface before choosing scenarios.
  6. Choose a QA artifact location using repository conventions. If the repository has no QA artifact convention, store scratch artifacts under /tmp/codex-qa-<slug>.

Step 2: Define the QA Scope

Related skills

More from pedronauck/kodebase-go

Installs
1
GitHub Stars
2
First Seen
Apr 15, 2026