repo-harness-repair
SolidRepairs a broken current harness, including task sync, hook routing, handoff, context-map, policy, helper, and generated/runtime drift.
AI & Automation 398 stars
27 forks Updated 2 days ago MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-repair
Use this command when the repo has a harness but a specific workflow surface is broken.
## Protocol
1. Reproduce the failure and name the failing surface.
2. Run `bun scripts/inspect-project-state.ts --repo <repo> --format text`.
3. Trace the failing path, such as `settings.json -> repo-harness-hook -> route registry -> typed handler` or `plans/ -> tasks/todos.md -> tasks/contracts/`.
4. Apply the smallest targeted fix.
5. Re-run the failing check and the relevant workflow gate.
## Failure Modes
- If the repo lacks a current harness, route to `repo-harness-init` or `repo-harness-migrate`.
- If the broken path is release readiness, route to `repo-harness-check`.
- If the failure cannot be reproduced, report the missing evidence and stop before editing.
## Boundaries
- Do not use repair to migrate a legacy repo; route legacy contract drift to `repo-harness-migrate`.
- Do not use repair to scaffold product code.
- Preserve unrelated dirty worktree changes.
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
repo-harness
Route explicit repo-harness setup, planning, execution, verification, and handoff actions through deterministic repository state.
398 Updated 2 days ago
Ancienttwo AI & Automation Solid
repo-harness-upgrade
Refreshes an already-installed repo-harness harness using manifest-owned upgrade actions from assets/workflow-contract.v1.json.
398 Updated 2 days ago
Ancienttwo AI & Automation Solid
repo-harness-setup
Canonical rule owner for installing, migrating, upgrading, repairing, scaffolding, and capability-configuring the repo-harness workflow in a repository.
398 Updated 2 days ago
Ancienttwo