一键导入
docs-sync
Synchronize repository documentation and agent instruction files after architecture, endpoint, security, workflow, or configuration changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Synchronize repository documentation and agent instruction files after architecture, endpoint, security, workflow, or configuration changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute Python-based validation and regression test suites for the 3D Printer Slicer API (Prusa/Orca). Use this when asked to run tests, verify endpoint behavior, check queue concurrency, or validate pricing lifecycles.
Apply iterative best-practice refactors (OOP, SOLID, readability, maintainability) using the quality-architect checklist while preserving behavior.
Docker compose runbook for the 3D Printer Slicer API. Use this when asked to start, stop, restart, monitor, or clean up the containerized backend environment.
| name | docs-sync |
| description | Synchronize repository documentation and agent instruction files after architecture, endpoint, security, workflow, or configuration changes. |
Use this skill to bring all mirrored documentation and instruction files in sync with the current codebase state.
Slash entrypoint:
/docs-sync to run the full synchronization workflow.Full agent definitions with file ownership, responsibilities, execution checklist, and scope boundaries are mirrored in .github/agents/docs-syncer.md and .claude/agents/docs-syncer.md.
Read that file for complete context before performing documentation synchronization.
Each CLAUDE guide has a mirrored Copilot counterpart and both must describe the same behavior:
| CLAUDE guide | Copilot counterpart |
|---|---|
CLAUDE.md | .github/copilot-instructions.md |
app/CLAUDE.md | .github/instructions/app.instructions.md |
configs/CLAUDE.md | .github/instructions/configs.instructions.md |
tests/testing-scripts/CLAUDE.md | .github/instructions/testing-scripts.instructions.md |
Also keep these aligned when relevant:
.github/instructions/repository.instructions.md.github/instructions/github.instructions.mdREADME.md.claude/CLAUDE.md.github/agents/* and .claude/agents/*.github/skills/*/SKILL.md and .claude/skills/*/SKILL.md.claude/.mcp.template.json when optional MCP workflows change