Claude Code commands, hooks, and skills from Christopher Boone (cboone.github.io)
Fetch a GitHub issue, plan the work, execute changes, and commit with issue references.
Check and evaluate zsh scripts using shellcheck, shfmt, shellharden, zsh -n, zcompile, setopt warn_create_global/warn_nested_var, and checkbashisms.
Reminds you to update documentation when a commit includes significant code changes.
Find the latest branch review, assess commits made since, and update the review document with a synthesized reassessment.
Applies Bash style conventions when creating or editing Bash scripts.
Applies zsh style conventions when creating or editing zsh scripts, configurations, and completions.
Audit a repository against the latest plugin templates and update anything out of date.
Add standard community files to a project: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and PR template
Assess a repository, determine what scaffolding and setup tools are needed, present a plan, and execute them in the correct order.
Create GitHub issues using tmpfiles to avoid permission prompts from large multiline Bash arguments.
Add paths-ignore, concurrency groups, and timeout-minutes to existing GitHub Actions workflows.
Set up GitHub Actions CI with test, lint, format, and vulnerability check jobs, plus matching Makefile targets.
Set up installer and distribution methods for Go, Swift, and Rust projects: Homebrew tap, shell install script, go/cargo install, and release workflow.
Set up secret scanning with gitleaks and TruffleHog GitHub Actions workflows and optional gitleaks configuration.
Git and GitHub CLI conventions for Claude Code: tmpfile patterns, HEREDOC commits, GPG signing, safe push practices, and permission-prompt avoidance.
Prepare a versioned release: analyze commits, update versions and changelog, create a release commit, and tag locally.
Add GoReleaser and Homebrew tap publishing to an existing Go CLI project with conditional support for completions, man pages, and macOS-only builds.
Set up scrut snapshot-based CLI integration testing for a CLI project.
Parse a review document for actionable feedback, work through items systematically, and track resolution progress.
Review and reorganize AI coding agent configuration and instruction files across Claude Code, Codex, Copilot, and OpenCode.
Smart, context-aware git commits with conventional commit messages and plan awareness.
Guide for creating new plugins in this repository with consistent structure and conventions.
Create a git worktree, branch, and tmux window with a task prompt using workmux.
Best practices for handling user-provided secrets in CLI tools: secure input methods, credential storage, secret masking, and language-specific libraries.
Detect project linters and formatters, run them with auto-fix, resolve remaining issues, then commit and push the fixes.
Fetch and merge the base branch into the current feature branch with automatic conflict resolution.
Review and evaluate all work done on the current branch: summarize changes, assess plan compliance, and evaluate code quality.
Scaffold a complete Go CLI project with Cobra, GoReleaser, GitHub Actions, and Homebrew tap support.
Scaffold a Go library project with GoReleaser changelog releases, golangci-lint, GitHub Actions CI/CD, and Makefile.
Scaffold the universal boilerplate for a new repository: LICENSE, README, CHANGELOG, .gitignore, agent config files, and a plans directory.
Set up gitleaks secret scanning with a GitHub Actions workflow and optional configuration.
Detect project languages, recommend appropriate linters and formatters, install them, and generate config files.
Review open GitHub issues and recommend what to work on next with prioritized reasoning.
Applies Markdown style conventions when creating or editing Markdown files.
Applies scrut test style conventions when creating or editing scrut test files for CLI binaries and zsh plugins.
Find a GitHub issue and create a worktree, branch, and tmux window for working on it, with issue context injected as a task prompt.
Process and resolve GitHub Copilot automated PR review comments.
Go code style guide based on Google Go Style Guide, Effective Go, and Code Review Comments.
Applies Bash style conventions when creating or editing shell scripts.
Go code style guide based on Google Go Style Guide, Effective Go, and Code Review Comments.
Applies Bash style conventions when creating or editing shell scripts.