with one click
communicate
Write journal entries and respond to GitHub issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Write journal entries and respond to GitHub issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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:
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)