ワンクリックで
self-assess
Analyse the codebase and BDD coverage to find gaps, bugs, and improvement opportunities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyse the codebase and BDD coverage to find gaps, bugs, and improvement opportunities
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Write journal entries and respond to GitHub issues
Build features and fix bugs strictly according to BDD.md scenarios
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Design and implement features using Ports and Adapters (Hexagonal Architecture)
SOC 職業分類に基づく
| name | self-assess |
| description | Analyse the codebase and BDD coverage to find gaps, bugs, and improvement opportunities |
| tools | ["bash","read_file"] |
| pipelines | ["evolve","claude"] |
Run this to see the current state:
python3 scripts/check_bdd_coverage.py BDD.md
Any scenario marked UNCOVERED is your highest-priority work item.
Write findings as a prioritised list:
ASSESSMENT Day [N]:
1. [CRITICAL] Scenario "X" is UNCOVERED — no test exists
2. [HIGH] Test for "Y" passes but doesn't actually verify the Then clause
3. [MEDIUM] Code in auth.py has no corresponding BDD scenario
4. [LOW] Lint warning in utils.js
Pick the highest-priority item and implement it this session.