maestro-verify
SolidUse to prove a Maestro task or feature gate with recorded evidence, repair failed proof, and run adversarial verification for high-risk claims.
AI & Automation 189 stars
21 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Maestro Verify
Use this when a task needs verification, proof failed, or a feature gate asks
for QA evidence.
Activate:
`maestro hook record --event skill_activation --skill maestro-verify`
## Do
1. Start with `maestro status` or `maestro task next`.
2. Inspect the work:
`maestro task show <id>` and the locked acceptance checks, or
`maestro feature show <id>` for feature QA blockers.
3. Run the smallest checks that can falsify the claim from the repo root.
Record exact command/manual probe and outcome.
4. Complete with matching claim and proof when the task is not yet completed:
```sh
maestro task complete <id> \
--summary "<what changed>" \
--claim "<claim>" \
--proof "<observed evidence>"
```
5. If verification fails, run `maestro query proof <id>`, repair the claim or
evidence, then `maestro task verify <id>`.
## Repair
- Missing claim: complete or update the task with the exact observable claim
that was proven.
- Missing proof: add `--proof` through `task complete`, or record manual proof:
`maestro event create --task-id <id> --claim "<claim>"`.
- Stale proof: rerun the falsifying checks and verify again.
- Failed command: fix the work or acceptance command; do not mark verified by
narration.
## Adversarial Fan-out
Use when a task failed verify twice, risk is high, or many tasks support a
feature ship.
1. Rubric is `acceptance.yaml` plus completion claims. Do not invent softer
checks.
2. Spawn one fresh verifier pe...
Details
- Author
- ReinaMacCredy
- Repository
- ReinaMacCredy/maestro
- Created
- 5 months ago
- Last Updated
- today
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
maestro-task
Use for the Maestro task loop: create, explore, accept, claim, update, complete, block, verify, terminal task verbs, and harness self-improvement tasks.
189 Updated today
ReinaMacCredy AI & Automation Listed
dev-verify
Run adversarial acceptance tests and fix loops on a built feature — classifies test items (COVERED/AUTO/MANUAL), runs auto-tests, walks user through manual ones, fixes failures, and finalizes the worktree. Use with /dev-verify, or auto-triggers when a feature has transition=verifying after /dev-build completes.
0 Updated today
AirMile AI & Automation Solid
verify
Verify that a change really works before you claim completion
36,273 Updated today
Yeachan-Heo