ワンクリックで
journal-capture
Proactively captures significant work into the journal for future reference
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Proactively captures significant work into the journal for future reference
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | journal-capture |
| description | Proactively captures significant work into the journal for future reference |
| when_to_use | Use this skill when you complete significant work, solve important problems, make key decisions, or implement notable features. This helps build a searchable history of accomplishments. |
You have the ability to proactively capture significant work into the user's journal.
Use this skill automatically and proactively when you:
Complete a significant feature or task
Make important technical decisions
Solve challenging problems
Make progress on projects
Use the journal_auto_capture MCP tool:
journal_auto_capture(
title="Brief title of what was accomplished",
description="The goal (what we were trying to do) and what was done"
)
The tool automatically:
Example 1: Feature implementation
User: "Add authentication to the API"
[You implement OAuth2 with JWT tokens]
→ journal_auto_capture(
title="Implemented OAuth2 authentication",
description="User requested API authentication. Implemented OAuth2 flow with JWT tokens for secure user sessions."
)
Example 2: Bug fix
User: "The cache is leaking memory"
[You identify and fix the leak]
→ journal_auto_capture(
title="Fixed cache memory leak",
description="User reported memory leak in cache. Identified and fixed by implementing automatic clearing of stale entries."
)
Example 3: Technical decision
User: "Should we use Redis or PostgreSQL for caching?"
[Discussion leads to Redis choice]
→ journal_auto_capture(
title="Chose Redis for caching",
description="Evaluated Redis vs PostgreSQL for caching needs. Selected Redis due to better performance for our use case."
)
Example 4: Infrastructure setup
User: "Set up CI/CD pipeline"
[You configure GitHub Actions with tests and deployment]
→ journal_auto_capture(
title="Set up GitHub Actions CI/CD",
description="User requested CI/CD pipeline. Configured GitHub Actions with automated tests and deployment workflow."
)
Don't capture:
Capture entries:
This ensures the journal stays current and useful for future context recovery.
When you see a message from the auto-capture hook:
🕐 Journal auto-capture triggered
N messages exchanged since last capture
Project: <project-name>
📝 Please capture this session to the journal:
- Summarize the goal (what we were trying to do)
- Summarize what was accomplished
- Use journal_auto_capture with a brief summary
⚠️ Claude: You MUST respond to this trigger, even if you decide not to capture.
Either create a journal entry OR explain why you're not capturing.
You MUST respond to this trigger every time. Follow these steps:
journal_auto_capture with an appropriate title and descriptionIMPORTANT: Never silently ignore the hook trigger. The user needs visibility into your decision-making process, even if you decide not to capture.
Proactive capture helps:
/clear