| name | publish-review |
| description | Publishes code review findings to Confluence as a structured review page. |
Publish Review to Confluence
When to Use
After a review is complete and findings need to be shared with the team.
Workflow
- Read the review from
artifacts/reviews/{feature}-review.md
- Convert severity-tagged findings to Confluence status macros
- Search for existing review page in the target space
- Create or update the page
Severity Mapping
| Review Severity | Confluence Format |
|---|
| BLOCKER | <ac:structured-macro ac:name="error"> red panel |
| MAJOR | <ac:structured-macro ac:name="warning"> yellow panel |
| MINOR | <ac:structured-macro ac:name="note"> blue panel |
| NIT | <ac:structured-macro ac:name="info"> grey panel |
Labels
orchestrator-review
auto-generated
- Severity label:
has-blocker, has-major, etc.
CLI Example
claude -p "publish the review in artifacts/reviews/auth-review.md to Confluence space DEV under 'Code Reviews'" --tool mcp__cc_confluence__create_page --tool mcp__cc_confluence__get_page