
Manage AI notes in ~/Compost/AI-Notes - read existing notes, list recent documents, and write new implementation plans (仕様書, 計画書, 設計書). Auto-triggers when reading from or writing to notes, specifications, or plans.
Create a project-local Claude Code agent in .claude/agents
Create a global Claude Code skill in ~/.claude/skills
Create a project-local Claude Code skill in .claude/skills
Multi-perspective code review from base branch with 3 independent reviewer agents
Code review using OpenAI Codex CLI with project context (rules, diff, conventions)
Run format, lint, and spell check for documentation
Sync documentation with implementation
Analyze changes from origin/main and create a descriptively named branch
Create a global Claude Code agent in ~/.claude/agents
Review documentation quality — AI notes, Slite notes, plans, and specifications
Rebase current branch onto the latest remote base branch
Plan mode analysis and save to AI notes
Summarize current PR changes with PR metadata (title, body, comments, linked issues) in 4 perspectives (Context, Changes, Impact, Open)
Fetch unresolved PR review comments and display analysis
Style and naming review — formatting, naming conventions, readability, code hygiene
Analyze working tree changes, map to existing commits, and create fixup commits for autosquash
Rewrite a commit message using fixup
Create a project-local Claude Code rule in .claude/rules
Create a global Claude Code rule in ~/.claude/rules
Address review findings from /code-review, /style-review, /doc-review, or /pr-review
Summarize branch changes from base branch in 4 perspectives (Context, Changes, Impact, Open)
Create a git worktree with an appropriate branch name (location configured via git config wt.basedir, defaults to ../{gitroot}-wt)
Create a pull request with title and body based on commits
Update the title and body of an existing pull request
Manage notes in Slite "ありすえメモ" collection - create, list, search, and read notes. Auto-triggers when creating or managing Slite notes.
Create a Conventional Commit from already staged changes
Map staged changes to existing commits and create fixup commits for autosquash
Analyze working tree changes, map to existing commits, and create fixup commits for autosquash WITHOUT asking for approval
Create a Conventional Commit from already staged changes WITHOUT asking for approval
Analyze working tree changes, plan logically minimal NEW atomic commits per hunk (no fixup), and execute them
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval
Analyze working tree changes and commit them — fixup into existing commits where appropriate, otherwise new atomic commits
Update the title and body of an existing pull request WITHOUT asking for approval
Analyze working tree changes, plan logically minimal NEW atomic commits per hunk (no fixup), and execute them WITHOUT asking for approval
Analyze working tree changes and commit them WITHOUT asking for approval — fixup into existing commits where appropriate, otherwise new atomic commits
Analyze and logically resolve git merge/rebase conflicts
Create a pull request with title and body based on commits WITHOUT asking for approval