원클릭으로
docs-engineering
Audit and update project documentation to stay in sync with the current codebase and development status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit and update project documentation to stay in sync with the current codebase and development status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | docs-engineering |
| description | Audit and update project documentation to stay in sync with the current codebase and development status. |
When performing documentation engineering:
git log --oneline -20 and skim the related diffs.README.md, CHANGELOG.md, CLAUDE.md, doc/development.md, doc/user-guide.md (landing page) and doc/user-guide/*.md (chapters), doc/api.md, doc/troubleshooting.md, doc/TODOs.md, samples/README.md, and relevant code comments.doc/TODOs.md when appropriate.commit-and-push skill, grouped by topic.Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Audit and update all project documentation to stay in sync with the current development status.
Perform a project-wide code review covering security, correctness, code quality, documentation, UI/UX, and style.
Stage, commit, and push changes to the remote repository with a well-formed commit message and body.
Manage the release process, including build verification, version bumps, changelogs, tags, and GitHub releases.
Perform project-wide security audits.