| name | qprisma-doc-sync |
| description | Keep QPrisma documentation, Copilot instructions, agents, skills, PR templates, and changelog synchronized with implementation and workflow behavior. Use when this capability is needed. |
| metadata | {"author":"alexandergg"} |
QPrisma Documentation Sync Skill
Use this skill when code, APIs, workflows, architecture, evaluation behavior, or maintainer process
changes.
Required reads
AGENTS.md
.github/instructions/docs.instructions.md
- Changed implementation/workflow files
- Existing docs that mention the changed behavior
CHANGELOG.md when the change is user-visible, operator-visible, release-facing, or workflow-facing
Primary documentation targets
README.md
API_DOCUMENTATION.md
TESTING.md
CHANGELOG.md
docs/ARCHITECTURE.md
docs/BACKEND_ARCHITECTURE.md
docs/INFRASTRUCTURE.md
docs/MEMORY_ARCHITECTURE.md
backend/agent/ARCHITECTURE.md
.github/copilot-instructions.md
.github/agents/*.agent.md
.github/skills/*/SKILL.md
.github/PULL_REQUEST_TEMPLATE.md
Guardrails
- Prefer edits to existing docs over creating new files.
- Do not document aspirational behavior; document shipped or explicitly planned workflow only.
- Do not duplicate large sections. Cross-reference the source of truth.
- Keep examples runnable and aligned with current repository commands.
- Explicitly note external prerequisites such as Azure, Neo4j, PostgreSQL, Foundry, or deployed hosted
agent.
- Redact private values in examples and evidence.
Process
- Identify impacted docs from changed files and user-visible/operator-visible behavior.
- Search for stale references across docs, Copilot instructions, agents, skills, and PR templates.
- Update existing sections with precise paths, commands, environment variables, and constraints.
- Add changelog entries only when the behavior or workflow matters to users, operators, or maintainers.
- Verify there are no contradictory statements across docs.
Validation
- Run
git diff --check for text formatting issues.
- Inspect Markdown headings, links, commands, and examples touched by the change.
- For docs generated from implementation, run the existing generator/check command if one exists.
Output format
### Updated docs
- `path`: change summary
### Consistency checks
- ...
### Remaining gaps
- ...
Source: alexandergg/QPrisma — distributed by TomeVault.