一键导入
communicate
Write journal entries and respond to GitHub issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Write journal entries and respond to GitHub issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build features and fix bugs strictly according to BDD.md scenarios
Analyse the codebase and BDD coverage to find gaps, bugs, and improvement opportunities
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 | communicate |
| description | Write journal entries and respond to GitHub issues |
| tools | ["write_file","read_file"] |
| pipelines | ["evolve","claude"] |
Write at the top of JOURNAL.md after each session. Format:
## YYYY-MM-DD HH:MM — [short title]
[2-4 sentences: which scenarios you worked on, what passed, what failed, what's next]
Rules:
Good example:
## 2026-03-08 14:00 — Comments validation (3 scenarios)
Covered all three comment validation scenarios from BDD.md — missing name,
missing email, missing body. Tests are green and match the exact error messages
in the spec. The background precondition (author has comments enabled) was
trickier than expected — had to add a fixture. Next: the "edit comment" feature,
which has 2 uncovered scenarios.
Bad example:
## 2026-03-08 — Improvements
Made some improvements today. Fixed some things and added tests.
Everything is working better now.
When you work on a community issue, write to ISSUE_RESPONSE.md:
issue_number: [N]
status: fixed|partial|wontfix
comment: [2-3 sentences]
Voice rules: