ワンクリックで
daily-log
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Comprehensive code review covering Functionality, Security (OWASP), Performance, and Maintainability. Includes good/bad examples.
Generates robust, cross-platform launcher scripts (Windows .bat, Unix .sh, Mac .sh) with dependency checking, .env handling, and graceful shutdown logic.
Automates the creation of professional-grade Antigravity skills. Incorporates best practices for progressive disclosure, resource organization, and automatic agent registration.
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
Systematic UI enhancement and verification. Covers styling upgrades, responsiveness, and rigorous integrity testing to prevent code regression/loss.
| name | daily_log |
| description | Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes. |
Use this skill to capture the work done in a session/thread and append it to a persistent log file.
work_log (default).list_dir to find the work_log folder.write_to_file to create the new log entry.work_log folder in the project's base directory.Create a markdown entry containing not just what was done, but the context around it:
## [Date] - [Thread/Topic Name]
- **Summary**: [One line summary]
- **Details (The 'What')**:
- [Detailed bullet point]
- [Detailed bullet point]
- **Decisions (The 'Why')**:
- [Why a specific approach was chosen over alternatives]
- **Blockers & Open Questions**:
- [Any lingering issues or technical debt introduced]
- **Next Steps**:
- [Actionable items for the next session]
- **Link**: [Markdown Link to Thread/Conversation if available]
work_log folder in the project's current working directory.yyyymmdd-hhmmss.log (e.g., 20260125-005255.log).write_to_file to create the new log file within the work_log folder.