agent/skills/pr/SKILL.md
Create a concise pull request with conventional commit title, summary, and labels
npx skillsauth add davidkdickson/dotfiles prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a concise pull request using the following template:
Also add labels depending on the branch. Labels available are feat, fix and chore. Assign the PR to me. The title should be in sentence case.
Derive type from branch prefix
Read the current branch name (git branch --show-current)
Extract the prefix before / and use it as the <type> in the PR title — do NOT omit or guess it
Valid types:
| Type | When to Use |
| ------- | ---------------------------- |
| feat | New features or enhancements |
| fix | Regular bug fixes |
| chore | Maintenance or cleanup |
Write PR description
Set up PR
gh pr create with title in format <type>(optional scope): <Title>feat: Add custom analysis skills, fix(extraction): Handle null confidence values, chore: Drop unused columntesting
Watch the current pull request's checks and notify when they complete
devops
Watch the most recent Deploy workflow run and notify when it completes
tools
--- name: todo-opez description: List open todo items from the "💥 Todo: Opez" Apple Notes note allowed-tools: mcp__apple-notes__get_note_content --- # Todos Opez Fetch and display open todo items from Apple Notes, preserving the note's existing structure. ## Steps 1. Read the note named "💥 Todo: Opez" using the Apple Notes plugin 2. Display the items as they are in the note, preserving the **Now** and **Someday** sections 3. Do not reformat or restructure — present items exactly as written
tools
--- name: todo-opez-clean description: Restructure the "💥 Todo: Opez" Apple Notes note into the standard format with typed, sectioned items allowed-tools: mcp__apple-notes__get_note_content, mcp__apple-notes__update_note_content, AskUserQuestion --- # Todos Cleanup Opez Restructure the "💥 Todo: Opez" note to match the standard todo format. ## Standard Format The note should have two sections with typed, bulleted items: ``` ## Now - feat: Mailbox should be per tenant and how OTP is handled