with one click
itx-review-pr
Review a pull request using ATX agents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review a pull request using ATX agents
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Cut a new clawrium release — bump version, sync docs, tag, trigger PyPI publish
Record a CLI demo (GIF or MP4) using VHS, with storyboard support for long-form / YouTube demos
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
Detect user-visible changes from the last 24h of commits on main and propose doc and scenario updates as PRs.
Execute the plan for an issue (parent or subtask)
Know the clawctl CLI and manage your Clawrium fleet (hosts, agents, providers, channels, integrations, skills, secrets)
| name | itx:review-pr |
| description | Review a pull request using ATX agents |
| argument-hint | [pr-number] |
name: itx:review-pr
Request a code review using ATX agents.
Identify PR:
gh pr view --json number,title,url
Get PR Details:
gh pr view <number> --json number,title,body,files,additions,deletions
gh pr diff <number>
Invoke ATX Review:
Use the mcp__atx__review_changes tool or mcp__atx__request_review tool:
mcp__atx__request_review(prompt="Review PR #<number>")
Process Review Results:
Report:
## ATX Review Summary
**PR**: #<number> - <title>
**Rating**: <X>/5
### Blocking Issues
<table or "None">
### Warnings
<list or "None">
### Suggestions
<list or "None">
### Verdict
<READY FOR MERGE / NEEDS CHANGES>