원클릭으로
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.