원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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)
| 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.