Skip to content

Add PR submission reminder to coding task system prompt#65

Merged
bborn merged 1 commit intomainfrom
task/142-coding-tasks-system-prompt
Jan 9, 2026
Merged

Add PR submission reminder to coding task system prompt#65
bborn merged 1 commit intomainfrom
task/142-coding-tasks-system-prompt

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

This PR adds a clear reminder to the coding task system prompt that instructs Claude to submit a pull request when finishing work on a task.

Changes Made

  • Modified internal/executor/executor.go to include PR submission instructions in the coding task prompt
  • Added a new instruction item: "Submit a pull request when your work is complete"
  • Added an IMPORTANT note emphasizing that PR submission is the objective and final step

Why This Change?

Previously, Claude might complete implementation work but forget to create a PR. This explicit reminder ensures that:

  1. Claude always remembers PR submission as part of task completion
  2. The PR creation is clearly positioned as the objective/goal
  3. Task workflow is more consistent and automated

Test Plan

  • Code compiles successfully with go build
  • Changes are isolated to system prompt generation
  • The updated prompt will be used for all future coding tasks

🤖 Generated with Claude Code

- Added explicit instruction to submit a pull request when work is complete
- Added IMPORTANT note emphasizing that PR submission is the objective
- This ensures Claude always remembers to create a PR as the final step

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 975f253 into main Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant