Custom Qa Checklist
Generates a manual QA test checklist from the feature doc for the current branch. Use when user asks to create a QA checklist, test plan, or wants a list of user-facing things to test in the browser.
Custom Writing Style Guide
Apply a personal writing style guide to rewrite prose in markdown files.
Custom Submit Pr
Creates a GitHub pull request using gh CLI, with a description generated from the PR summary skill and styled with the writing style guide, assigned to and reviewed by assertchris. Use when user asks to make a PR, create a PR, submit a PR, or open a pull request. Supports draft PRs when the user says "draft PR" or "draft pull request".
Custom Workflow New Engage Feature
Start a new feature on the Edgar (ritdu-sports-user-engagement-platform) project. Asks for a brief, derives a date-stamped branch name, creates a worktree, stubs a plan doc, and registers it in docs/thoughts/README.md.
Custom Feature Doc
Creates a new feature documentation file for the current feature branch based on features/template.md. Use when user asks to create feature documentation, start a feature doc, or initialize documentation for a new feature.
Custom Workflow Engage Implement
Run phased implementation of an Edgar feature. Reads the plan doc from docs/thoughts/plans/ (derived from the current branch), works through each phase in a sub-agent, and verifies completion via git log between phases.
Custom Workflow Implement
Run phased implementation from the current branch's feature doc. Works through each phase in a sub-agent, verifying completion between phases.
Custom Pr Summary
Generates a concise GitHub pull request summary from the feature doc for the current branch. Use when user asks to create a PR summary, PR description, or wants to extract key information from a feature doc for a pull request.
Custom Workflow Engage Plan
Plan phased work for the current Edgar feature branch. Asks for a brief, researches the codebase via sub-agents, and writes the plan to docs/thoughts/plans/.
Custom Sync Skills
Syncs global Claude skills to/from the remote git repo. Commits local changes with descriptive messages, pushes, and pulls remote changes. Use when user asks to sync skills, save skills, push skills, or pull skills.
Custom Workflow Plan
Plan phased work for the current feature branch. Asks for a brief, researches the codebase via sub-agents, and writes the plan to the feature doc.
Custom Zsh Aliases
Adds custom zsh aliases and functions (change, branches, gs, gd, nah) to ~/.zshrc. Use when user asks to set up zsh aliases, install shell aliases, or configure a new machine with standard shell shortcuts.
Custom Usage Statusline
Set up a Claude Code statusline that shows session (5h) and weekly (7d) usage limit percentages. Use when user asks to set up usage statusline, show usage limits, or configure usage display.
Custom Workflow New Feature
Start a new feature by asking for a purpose, then creating a branch + worktree + feature doc.
Custom Review
Comprehensive PR review that loops code review and blast radius analysis, repairing issues between each pass until both phases come back clean.
Custom Workflow Merge
Merge the open PR, switch to main, pull, and clean up the worktree and symlinks.
Custom Reauthor Pr
Re-authors all commits on a GitHub PR branch from fridaytherobot to assertchris (Christopher Pitt), preserving commit messages and Co-Authored-By lines. Use when user asks to re-author a PR, claim a PR, take ownership of PR commits, or sign commits on a bot PR.
Custom Conflict Resolution
Resolves git merge conflicts using rebase strategy, analyzing conflicts one file at a time to preserve the best code from both branches. Use when user asks to resolve conflicts, merge conflicts, fix conflicts, handle conflicts, merge branches, rebase, or mentions git conflicts.
Custom Workflow Pr
Push the current branch and open a PR assigned to assertchris, then watch CI until it passes or fails.
Custom Workflow Engage Pr
Push the current Edgar feature branch, open a PR using the plan doc for the description, then watch CI until it passes or fails. Use instead of custom-workflow-pr when working in the Edgar (ritdu-sports-user-engagement-platform) project.