
In a new branch, create a GitHub Actions CI workflow that runs the appropriate test suite and linter(s) for the project (TypeScript, Python, or both)
Implement a feature issue using test-driven development
Fix CI failures on the current branch's PR by reading logs, applying fixes, and pushing
Merge the open PR for the current branch into main, delete the branch, and pull main
Analyze the changes in the current PR and suggest a more accurate title if the current one no longer fits
Add a GitHub Actions workflow that uses Claude Code to automatically fix bugs and implement features when issues are opened or labeled
Write tests for an existing file or module that lacks coverage
Create an appropriately named git branch based on current uncommitted changes in the worktree
Close a GitHub issue as a duplicate of another issue
Before opening a PR, check whether the changed logic has test coverage and surface any gaps
Synthesize a bug description into a clean GitHub issue with the "bug" label
Synthesize a feature description into a clean GitHub issue with the "enhancement" label
Push the current branch and open a PR to merge it into main, with a title derived from the branch name and commit changes
Read a GitHub issue, implement a fix, and open a PR that references the issue
Clone the current repo into a sibling directory with a fresh Python venv
Interactively clean up the current branch's commits (squash fixups, reword sloppy messages, reorder, drop) before merging — especially important on repos using rebase-merge where every branch commit lands on main verbatim
Scan open GitHub issues, flag duplicates, and summarize with suggested priorities