ワンクリックで
dora-check
Use to assess DORA metrics (deployment frequency, lead time, change failure rate, MTTR) and identify improvement areas.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use to assess DORA metrics (deployment frequency, lead time, change failure rate, MTTR) and identify improvement areas.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Accessibility audit against WCAG 2.1 AA. Checks semantic HTML, ARIA, keyboard navigation, color contrast, screen reader compatibility.
Design the smallest viable test to validate or invalidate a critical assumption. Based on Torres's assumption testing framework.
Use before any research activity or significant decision. Reviews cognitive biases relevant to the current stage.
Use to evaluate whether current work aligns with Better Value Sooner Safer Happier. Run at diamond completion and periodically.
Synchronize canvas state across team sessions via git. Ensures all team members see the same product knowledge.
Update canvas sections with new evidence. Ensures canvas stays current as the single source of truth.
| name | dora-check |
| description | Use to assess DORA metrics (deployment frequency, lead time, change failure rate, MTTR) and identify improvement areas. |
Assess the four key DORA metrics.
Gather current metrics (from CI/CD, deployment logs, incident records):
Deployment Frequency: How often does code reach production?
Lead Time for Changes: Commit to production time?
Change Failure Rate: % of deployments causing failure?
Mean Time to Recovery: Time to restore service after failure?
Classify performance level for each metric.
Identify constraints: What is blocking improvement on the lowest-performing metric?
Recommend improvements prioritized by impact.
Output:
## DORA Assessment
| Metric | Current | Level | Target | Gap |
|--------|---------|-------|--------|-----|
| Deploy freq | ... | ... | ... | ... |
| Lead time | ... | ... | ... | ... |
| Change fail rate | ... | ... | ... | ... |
| MTTR | ... | ... | ... | ... |
Bottleneck: [the metric most constraining overall performance]
Top 3 improvements:
1. [specific action]
2. [specific action]
3. [specific action]