Validates test files written during the test phase against test-principles.md, spec.md, and constitution.md. Checks task traceability, red-state confirmation, spec coverage, implementation leakage, test isolation, and stack compliance. Returns structured…
mgrebler/coding-harness
SkillsMP has collected 17 skills from mgrebler/coding-harness. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 17
- GitHub stars
- 5
- GitHub forks
- 1
Skills in this repository
Showing 17 of 17 collected skills.
Blocking test quality review agent that evaluates test files for assertion quality, test naming discipline, and CI readiness. Produces PASS or FAIL decisions and writes a structured result file for use in autonomous test-phase loops.
Blocking code quality review agent that evaluates implementation quality, maintainability, readability, operational safety, testing discipline, and long-term code health. Produces PASS or FAIL decisions and writes a structured result file for use in…
Validates implemented code against tasks.md, plan.md, spec.md, and constitution.md. Checks TDD order, layer separation, stack constraints, test coverage, contract compliance, and spec adherence. Returns structured pass/fail output. Use after completing a task…
Create or update the feature specification from a GitHub issue's title and body.
Validates plan.md against constitution.md, architecture.md, and spec.md. Use when the user asks to review or critique a plan, check a plan for violations, or run the plan critic.
Validates tasks.md against plan.md, spec.md, and constitution.md. Use when the user asks to review or critique a task list, check tasks.md for violations, or run the tasks critic.
Execute the test phase by writing failing tests for all [TEST] tasks defined in tasks.md. No implementation code is written.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Runs the automated plan generation and critic loop for the current feature branch by invoking ch_1_plan_auto.py. Handles plan generation, iterative critic review, architecture review, revision, and escalation. Run manually after reviewing the spec.
Runs the automated task generation and critic loop for the current feature branch by invoking ch_2_tasks_auto.py. Handles task generation, iterative critic review, revision, and escalation. Run manually after reviewing the plan.
Runs the automated test phase loop for the current feature branch by invoking ch_3_test_auto.py. Writes failing tests for all [TEST] tasks, runs the iterative test-critic and test-quality-review two-gate loop, applies fixes, and escalates on failure. Run…
Runs the automated implementation and review loop for the current feature branch by invoking ch_4_implement_auto.py. Handles TDD implementation, iterative critic review, code quality review, fixes, and escalation. Run manually after reviewing the test files.
Runs the full plan → tasks → test → implement pipeline for the current feature branch unattended, without stopping for review between stages. Chains ch_1_plan_auto.py, ch_2_tasks_auto.py, ch_3_test_auto.py, and ch_4_implement_auto.py sequentially. Resume-safe…
Blocking architecture review agent that evaluates implementation plans for maintainability, operational safety, scalability, coupling, ownership boundaries, and architectural best practices. Produces PASS or FAIL decisions and writes a structured result file…
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Create or update the feature specification from a natural language feature description.