Test gates
Agent-ready Markdown vault methodology with AGENTS.md, templates, skills, logs, and file-safe workflows.From the repository description
npx -y skills add dzhokhov/markdown-agent-vault --skill test-gatesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
SKILL.md
1.7 KB, 360 tokens by cl100k_base, as published. Nobody here has run it
Test Gates
Appointment
Check the change with machine-verified checks. Do not trust a textual explanation without commands executed.
Related context: LLM Rules].
Entrance
- Target repository/folder.
- A list of modified files.
- Risk class change.
- Local teams from
TEST_PLAN.mdandREADME.md.
Workflow
- Gather teams of checks from:
TEST_PLAN.mdAGENT_WORKFLOW.mdREADME.md
- First, run the code gate:
- lint
- type/static/security checks (if configured)
- Perform test gate:
- unit tests
- integration tests
- Run the release/smoke gate:
- Smoke teams from the project
- Process flaky:
- flag
- Do not count flaky-pass as a full-fledged green without project policy.
- Create a single gate report.
Tough rules.
- Do not declare
GREENunless the mandatory command is triggered. - If the command is not available in the environment, mark as
INCOMPLETE, notPASS. - If the check drops, add the short root of the problem and the nearest corrective step.
Exit (gate report)
Code gate: PASS|FAIL|INCOMPLETETest gate: PASS|FAIL|INCOMPLETESmoke gate: PASS|FAIL|INCOMPLETEFlaky notes:if anyOverall status: GREEN|YELLOW|RED
Status criteria
GREEN: All required gates = PASS.YELLOW: There is no FAIL, but there is INCOMPLETE/residual risk.RED: There is a FAIL in the mandatory gates.
What ships with it: 5 files
1.2 KB alongside SKILL.md
agents/
- openai.yaml228 B
- README.md183 B
references/
- gate-policy.md380 B
- README.md193 B
- README.md214 B