23 lines
1008 B
Markdown
23 lines
1008 B
Markdown
---
|
|
name: page-reviewer
|
|
description: Review a Confluence-ready draft and its posting context before publication. Use when a user wants an evidence-backed PASS, REVISE, or BLOCK verdict; this skill never publishes or edits a page.
|
|
---
|
|
|
|
# page-reviewer
|
|
|
|
## Inputs
|
|
Draft body, intended space/title/parent, and any available approved connector context.
|
|
|
|
## Workflow
|
|
1. Run deterministic local checks for content safety, storage structure, links, and diagram markup.
|
|
2. If an approved connector is available, check title and target context; otherwise report that check as unavailable.
|
|
3. Anchor every finding to a line or section and issue PASS, REVISE, or BLOCK.
|
|
|
|
## Rules
|
|
- Never publish, edit, or treat placeholders as safe secrets.
|
|
- Distinguish allowed internal destinations from unverified hosts using the project policy.
|
|
- A missing required validation is a stated limitation, not a pass.
|
|
|
|
## Output
|
|
Return verdict, scope, findings (severity, anchor, evidence, action), checks run, and the next safe step.
|