Agent skill
review-renovate
Review and merge renovate PRs with automerge configuration updates
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/review-renovate-sasamuku-dotfiles-2
SKILL.md
Review Renovate
Review and merge Renovate PRs following a structured workflow.
Arguments
$ARGUMENTS
Workflow
-
List open Renovate PRs:
bashgh pr list --author=app/renovate --state open -
For each PR, check details:
bashgh pr view <number> gh pr checks <number> -
If CI failing:
- Checkout:
gh pr checkout <number> - Check conflicts and resolve if needed
- Run:
pnpm install && pnpm test && pnpm build && pnpm lint - Fix issues and push
- Checkout:
-
Assess version change risk:
- patch: Low risk - quick review
- minor: Medium risk - check for new features
- major: High risk - detailed review required
-
Check CHANGELOG/release notes
-
Verify peer deps compatibility
-
Approve and merge:
bashgh pr review --approve <number> gh pr merge <number>
Review Criteria
- Security updates: Always HIGH priority
- Patch updates: LOW risk - quick review
- Minor updates: MEDIUM risk - check for new features
- Major updates: HIGH risk - detailed review required
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?