repo-harness-check
FeaturedVerification entrypoint for repo-harness workflow readiness. Runs workflow gates, task sync, contract checks, inspector, and migration dry-run before merge or release.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-check
Use this command when the user asks whether the harness, migration, or release surface is ready.
## Protocol
1. Confirm the repo path and report dirty-worktree boundaries.
2. Read the canonical required-check list from the target repo's root agent context (`CLAUDE.md` for Claude, `AGENTS.md` for Codex) `## Required Checks` section, then run every command listed there through the global/package helper runtime. This self-host source repo may also use root `scripts/` for source-only maintenance commands. Example only, not a fixed list: `bun test`. If `## Required Checks` is missing or empty, report that as the first blocking finding instead of substituting a default list.
3. Run advisory readiness when available:
- `repo-harness run check-agent-tooling --host both --json`
4. Treat missing CodeGraph or missing Codex `health`/`check`/`mermaid` as hard failures.
5. Treat Waza staging drift as a yellow readiness flag; report the fix or acceptance reason without failing the repo gate.
6. Report skill eval authority when release/readiness evidence depends on skill
effectiveness:
- authoritative: non-dry-run `bun run benchmark:skills --eval <slug>` with
`full_test_count > 0`, `dry_run_ratio <= 30%`, and graders reported
- non-authoritative: dry-run-heavy or all-dry-run evidence
- unavailable: no current eval evidence; report the benchmark command needed
7. Summarize pass/fail evidence, yellow flags, eval authority metrics, and the next blocki...
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- 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.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-deploy
Checks deploy and private operations configuration for an repo-harness harness without publishing or deploying.
397 Updated yesterday
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.
397 Updated yesterday
Ancienttwo