en un clic
communicate
Write journal entries and respond to GitHub issues
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Write journal entries and respond to GitHub issues
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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: