Claude CLI PR Completion
Goal
Finalize completed work with a PR and issue comments/status updates.
Workflow
A) Work completed
- Create PR (GitHub MCP)
- Create a PR from the feature branch to
qa. - Title:
Agent: <issue title>. - Body must include:
- Summary of work completed
- Suggested test steps
- Add the same agent label as the issue (
agent:remoteoragent:local) to the PR.
- Add issue comment (GitHub MCP)
- Add a comment to the issue with the PR link and a brief summary of the changes.
- Set issue status to In review (Appforge MCP)
- Update the project status to
In review.
- Assign issue
- Assign the issue to
repo-ownervia GitHub MCP.
- Write
ACE_TASK_DONE.json
- Create the file in the repo root (same directory as
ACE_TASK.md). - Use this exact JSON shape:
{
"task_id": "task-1",
"summary": "<short summary>",
"files_changed": ["<path>", "<path>"] ,
"commands_run": ["<command>"]
}
- Exit
- Exit only after
ACE_TASK_DONE.jsonis written.
B) Blocked
- If any required information is missing, follow
blocked-task-handlingand stop.
Notes
- Use GitHub MCP for PR creation, comments, and assignment.
- Use Appforge MCP for project status updates and checking blockers in issue relationships.
- Do not open a PR if the issue is blocked - exit this skill and use
blocked-task-handlinginstead.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.