mit einem Klick
itx-pr-status
Check status of open pull requests
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Check status of open pull requests
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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:pr-status |
| description | Check status of open pull requests |
| argument-hint |
name: itx:pr-status
Check the status of open pull requests for this repository.
List Open PRs:
gh pr list --json number,title,author,createdAt,reviewDecision,statusCheckRollup,isDraft
For Each PR, gather:
Check CI Details (if needed):
gh pr checks <number>
Report:
## Open Pull Requests
| PR | Title | Author | Age | Reviews | CI | Status |
|----|-------|--------|-----|---------|----| -------|
| #N | ... | ... | Xd | ... | ... | ... |
### PRs Needing Attention
- #X: <reason - e.g., "CI failing", "Needs review">
### Ready to Merge
- #Y: <title>
Highlight Issues: