用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jb-612/tirvi --skill verification-loop命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
DDD 7-Layer scaffold before TDD. Transforms approved user stories, acceptance criteria, functional design, and feature task breakdown into a production-grade, layered code skeleton — folders, interfaces, aggregates, value objects, domain events, test skeletons, dependency wiring, runtime shells, and ontology — ready for TDD to fill in business logic. Does NOT implement business logic. Runs after design + 2 revision cycles, before /tdd. Portable across languages: SKILL.md uses TypeScript as canonical examples; references/{python,go,dart}.md provide per-language code shapes.
3-round multi-tier design review with 6 specialist reviewers (including HLD compliance), adversary challenge, cross-debate, and synthesis. Use during design pipeline stages 5/7 or standalone before TDD build.
Run design + review + TDD for 2-4 coupled features concurrently via native teams. Each feature gets a dedicated fresh-context designer + runner; team-lead brokers coupling decisions in real-time and runs a consolidated cross-feature review before the user gate. Use when features share contracts, sequencing constraints, or file footprints AND can tolerate parallel execution.
基于 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.