Armory
Source
Browse
Skills

iterate-pr

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install iterate-pr --cli claude

writes the skill into.claude/skills/iterate-pr/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/iterate-pr/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

When to use it

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/sentry/iterate-pr/SKILL.md -o .claude/skills/iterate-pr/SKILL.md

Notes

Extracted from davila7/claude-code-templates, iterate-pr category.