بنقرة واحدة
docs-sync
Detect and update out-of-sync documentation when closing an epic or feature
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Detect and update out-of-sync documentation when closing an epic or feature
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Reset estratégico de un producto existente: diagnosticar, visionar, planificar, ejecutar
Formal epic closure ritual — security audit, CHANGELOG consolidation, tagging, merge
Format commit messages following Conventional Commits — works in terminal and IDE
Format and create commits following Conventional Commits with project-specific scopes
Universal workflow orchestrator — Pre-Flight checklist + 5 Gates for task lifecycle
Generate and update technical documentation — architecture, conventions, design decisions, changelogs
| name | docs-sync |
| description | Detect and update out-of-sync documentation when closing an epic or feature |
| version | 2.0.0 |
| compat | claude-code, codex, cursor, openclaw |
| fill | file-patterns |
Detect which documentation has become out of sync with the changes in the current epic/feature and update it without asking for confirmation.
List all files touched in the epic/feature:
git diff main...HEAD --name-only
If this is the first time running in this repo or the mapping table below contains placeholders:
ls -R or check .knowledge/ folder).| Touched Files/Patterns | Potential Out-of-Sync Docs |
|---|---|
{{FILL: pattern_1}} | {{FILL: doc_1}} |
{{FILL: pattern_2}} | {{FILL: doc_2}} |
CLAUDE.md | Ensure skills and workflows reflect architectural changes |
| Any file in the epic | AGENT_TASKS.md or ROADMAP.md — mark tasks as completed |
| Config/Setup changes | README.md — for onboarding and local environment setup |
| Architectural decisions | .knowledge/decisions/*.md |
For each candidate document:
For each candidate doc, issue one of these verdicts:
REPLACE_ME), the agent MUST populate it by analyzing the repository structure before proceeding with the sync.CLAUDE.md, report it explicitly before proceeding.## Docs Sync — [Epic/Feature Name]
### Analyzed Docs
- `.knowledge/feature-a.md` → OK
- `.knowledge/schema.md` → SYNC ✏️ (updated: "users" table — new field `is_active`)
- `.knowledge/decisions/005-caching.md` → SYNC ✏️ (updated: TTL changed from 60s to 300s)
### Missing Documentation Gaps
- `src/experimental/new-tool.md` — no doc covers this module (consider creating `.knowledge/experimental-tools.md`)
### Global Verdict
DOCS UP TO DATE / GAPS IDENTIFIED