Agent skill
pr-update
Update an existing pull request's description or metadata
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/pr-update
SKILL.md
PR Update
The Orchestrator drives this workflow. Update an existing PR's title, description, labels, or other metadata.
Prerequisites: PR already exists and is open.
Process
- Identify the PR to update (by number or current branch)
- Determine what needs updating:
- Title
- Description/body
- Labels
- Target branch
- Compose the updated content
- Present changes for approval
Output
## Context Anchors
- **PR:** #<pr-number> - <title>
- **Issue:** #<issue-number>
## Proposed Updates
| Field | Current | New |
| ------- | --------------- | ----------- |
| <field> | <current value> | <new value> |
## Next Step
Awaiting approval to update PR.
**Approval Required:** Yes
⛔ CHECKPOINT
STOP. Do not proceed until human approves the proposed changes.
- Execute the update via forge operations
- Report the result
Error Handling
| Error | Recovery |
|---|---|
| PR not found | Verify PR number or branch |
| PR already closed | Cannot update closed PRs |
| Permission denied | Check repository access |
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?