一键导入
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.