원클릭으로
branch-docs-sync
Synchronize project documentation with recent code changes, refactors, and feature implementations in the current branch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Synchronize project documentation with recent code changes, refactors, and feature implementations in the current branch.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build and create a git commit following this repository's established message format. Use when the user asks to "commit", "commit all changes", "commit and document", or similar. Also applicable when any agent (gemini-cli, codex, qwen, opencode, claude-code) needs to stage and commit a set of changes with a properly structured message.
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
Structured clarification workflow for underspecified requirements. Use before planning to resolve ambiguities through coverage-based questioning. Records answers in spec clarifications section.
Execute all tasks from the task breakdown to build the feature. Use after task generation to systematically implement the planned solution following TDD approach where applicable.
Generate technical implementation plans from feature specifications. Use after creating a spec to define architecture, tech stack, and implementation phases. Creates plan.md with detailed technical design.
Create or update feature specifications from natural language descriptions. Use when starting new features or refining requirements. Generates spec.md with user stories, functional requirements, and acceptance criteria following spec-driven development methodology.
| name | branch-docs-sync |
| description | Synchronize project documentation with recent code changes, refactors, and feature implementations in the current branch. |
| compatibility | Requires a git repository with standard documentation structure (DEVNOTES, docs/site, README, etc.) |
| metadata | {"author":"openRender-bot","version":"1.0.0"} |
Update and maintain documentation consistency by analyzing recent git commits and applying surgical updates across developer notes, user-facing site content, and system manual pages.
git log -n 10 and git show <sha> for key commits to identify:
BUGS.md or DEVNOTES.md.DEVNOTES.md & DEVNOTES_DETAILS/**)DEVNOTES.md.OSHADER_UPDATES.md for compiler or shading language changes.BINDINGS_GUIDE.md for Python/Lua/C++ interface changes.FRAMEBUFFER_GUIDE.md for display driver or IPC changes.RIB_GUIDE.md) for significant new subsystems.docs/site/content/**)PIXIEHOME -> ORENDERHOME).sdrinfo -> rsloinfo)..rb.template) or RPM (.spec) files to ensure they package the new artifacts.man/**).1 file.replace calls with enough context to avoid ambiguous matches.grep_search for the old terms (e.g., "sdr", "Pixie") to ensure no stale references remain in active documentation.ChangeLog.md follows the project's established format.INSTALL_ARTIFACTS.md accurately reflects the current CMakeLists.txt configuration.