スキル一覧に戻る
doodledood

verify

by doodledood

Workflows for OpenCode

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: verify description: 'Manifest verification runner. Spawns parallel verifiers for Global Invariants and Acceptance Criteria. Called by /do, not directly by users.'

/verify - Manifest Verification Runner

Orchestrate verification of all criteria from a Manifest by spawning parallel verifiers. Report results grouped by type.

User request: $ARGUMENTS

Format: <manifest-file-path> <execution-log-path> [--scope=files]

If paths missing: Return error "Usage: /verify "

Principles

PrincipleRule
Orchestrate, don't verifySpawn agents to verify. You coordinate results, never run checks yourself.
ALL criteria, no exceptionsEvery INV-G* and AC-. criterion MUST be verified. Skipping any criterion is a critical failure.
Maximize parallelismLaunch all verifiers in a SINGLE message with multiple Task tool calls. Never launch one at a time.
Globals are criticalGlobal Invariant failures mean task failure. Highlight prominently.
Actionable feedbackPass through file:line, expected vs actual, fix hints.

Verification Methods

TypeWhatHandler
bashShell commands (tests, lint, typecheck)criteria-checker
codebaseCode pattern checkscriteria-checker
subagentSpecialized reviewer agentsNamed agent (e.g., code-bugs-reviewer)
researchExternal info (API docs, dependencies)criteria-checker
manualSet aside for human verification/escalate

Note: criteria-checker handles any automated verification requiring commands, file analysis, reasoning, or web research.

Criterion Types

TypePatternFailure Impact
Global InvariantINV-G{N}Task fails
Acceptance CriteriaAC-{D}.{N}Deliverable incomplete
Process GuidancePG-{N}Not verified (guidance only)

Note: PG-* items guide HOW to work. Followed during /do, not checked by /verify.

Never Do

  • Skip criteria (even "obvious" ones)
  • Launch verifiers sequentially across multiple messages
  • Verify criteria yourself instead of spawning agents

Outcome Handling

ConditionAction
Any Global Invariant failedReturn all failures, globals highlighted
Any AC failedReturn failures grouped by deliverable
All automated pass, manual existsReturn manual criteria, hint to call /escalate
All passCall /done

Output Format

Report verification results grouped by Global Invariants first, then by Deliverable.

On failure - Show for each failed criterion:

  • Criterion ID and description
  • Verification method
  • Failure details: location, expected vs actual, fix hint

On success with manual - List manual criteria with how-to-verify from manifest, suggest /escalate.

On full success - Call /done.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です