원클릭으로
draft-pr
Draft a consistent, well-structured PR title and description by analyzing the Linear issue's title and full branch diff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft a consistent, well-structured PR title and description by analyzing the Linear issue's title and full branch diff
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Turn a task into an agent-ready Linear ticket — either by fleshing out an existing ticket or by drafting and filing a new one. Investigates the codebase, settles open decisions via clarifying questions, and produces a ticket a fresh agent with no shared context can execute unassisted.
When asked to "push a PR" or "create a PR", always push and create a draft PR on github
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree, and then implementing the plan in reviewable bite-sized chunks one step at a time. Use when user wants to stress-test a plan, get grilled on their design, mentions "grill me", "make a plan", etc.
When asked to sleuth or investigate production data or a customer support issue, follow these rules
| name | draft-pr |
| description | Draft a consistent, well-structured PR title and description by analyzing the Linear issue's title and full branch diff |
When asked to write a PR description, follow these steps:
main or master)git log --oneline <base>..HEAD to understand the full commit historygit diff <base>...HEAD --stat for a high-level summary of files changedgit diff <base>...HEAD to read through the actual changes## Summary
<1-3 sentences explaining what this PR does and why>
## New
<Optional — Any changes that add functionality of any kind. Omit this section entirely if there's nothing noteworthy.>
## Improved
<Optional — Any changes that improve functionality. Maybe somethign is not new per se, but is a code quality improvement or some kind of cleanup. Omit this section entirely if there's nothing noteworthy.>
## Fixed
<Optional — Any changes that improve functionality. Maybe somethign is not new per se, but is a code quality improvement or some kind of cleanup. Omit this section entirely if there's nothing noteworthy.>
## Additional Notes
<Optional — anything reviewers should know re: follow-up work, breaking changes, related issues, etc. Omit this section entirely if there's nothing noteworthy.>
## Manual Testing
<Optional — any specific steps reviewers should take to manually test, or any notes about testing considerations.>
(SC-####)) to the end of the title in parenthesesFix or the PR looks like a bugfix, show the 'Fixed' section above the other changes sections- [x])
Add ___, Ensure ___, Fix ___, etc.)Here are some examples of well written and structured PRs and their associated Linear issues: