<< All versions
Skill v1.0.1
currentAutomated scan100/100gonstoll/dotfiles/create-pr
+2 new
──Details
PublishedJune 3, 2026 at 07:35 AM
Content Hashsha256:75fd574118f0bfdc...
Git SHAef33cdd929c5
Bump Typepatch
──Files
Files (1 file, 1.7 KB)
SKILL.md1.7 KBactive
SKILL.md · 32 lines · 1.7 KB
version: "1.0.1" name: create-PR description: Use to create a pull request with detailed summary and description
Your job is to create a PR with the current changes.
Ask the user if this is for an existant JIRA ticket, or a new one.
- Follow the template on ./pr-template.md for its content
- For the
## Changesection (<change-description></change-description>), make sure to summarize as much as possible the changes. It doesn't need to be technical, just something that describes the overall changes:
Example: "Parses and validates data on useQuestionQuery hook"
- For the
## Problem / Whysection (<change-reason></change-reason>), you can get a little bit more technical. Still, it doesn't need to be a huge description, just expanding on what the change is actually like and the reasons behind it.
Example: "To have types! Even though we are passing it through records (ugh), at some point (one can hope so) we are not going to have the record anymore, and then types are going to be essential"
- If the PR is for an existant JIRA ticket, format the PR title as follows: [<jira ticket id>]: <pr-title></pr-title>
- Once the PR is ready:
- If the PR is for an existant JIRA ticket, update the
## Referencessection with the JIRA link. For this: - If the user didn't provide the JIRA ticket ID, ask it
- DO NOT GUESS THE JIRA TICKET URL. Use
jiracli to look for the ticket and understand what is the correct URL - Example: `JIRA ticket ID
- If the PR is for a new JIRA ticket:
- Leave the
## Referencessection untouched from the template - Add the following comment to the PR:
@peakon-bot create-jira PEAKONLIGHT
- At the end, give the PR URL to the user so that they can open it in the browser easily