ソース情報
- リポジトリ
- jb-612/tirvi
- ソースの最終更新活動
- 2026年4月28日 20:10
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jb-612/tirvi --skill verification-loopコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | verification-loop |
| description | A comprehensive verification system for Claude Code sessions. |
| origin | ECC |
A comprehensive verification system for AmdocsBrain sessions.
Invoke this skill:
Choose the modes that match the work. Not every session needs every mode.
Run this for every completion claim:
verified, partial, or unavailable.If any item is missing, the work is not ready to be described as complete.
Use this for daily briefs, snapshots, reports, triage, and other workflow artifacts.
Verify:
Use this when files, scripts, or code changed.
Run the repo-relevant checks that apply:
Prefer workspace tools and repo-native commands over generic examples.
If a check does not apply, mark it N/A instead of silently skipping it.
Core/10_TODOIST_TEAM_WORKFLOW.mdAgents/WORKSPACE-AGENT-OVERLAY.mdTools and Skills/Operational-Snapshot/README.mdAfter verification, produce a concise report:
## Verification Report
- Scope: [what was verified]
- Success criteria: [pass/fail or short note]
- Artifact path: [path or N/A]
- Todoist state: [verified / N/A / issue]
- Source health: [verified / partial / unavailable]
- Engineering checks: [list pass/fail/N/A]
- Residual risks: [none or short list]
- Overall: [ready / not ready]
For long sessions, run verification after each meaningful milestone:
Set a mental checkpoint:
- After finishing a task
- Before moving a Todoist item to closed
- Before reporting completion to the user
- Before publishing a brief, snapshot, or scorecard update
Run: `/project:verify` or the local verification workflow entrypoint
This skill complements PostToolUse hooks but provides deeper verification. Hooks catch issues immediately; this skill provides the explicit evidence gate for accuracy-first completion claims.