Cleans up local branches that have been deleted from the remote repository (marked as [gone]). Removes associated worktrees before deleting branches. Context: User wants to clean up stale local branches user: "/clean-gone" assistant: "I'll use the clean-gone-agent to remove stale branches." User running /clean-gone…
Creates a git commit with an automatically generated commit message based on staged and unstaged changes. Reviews diff, examines recent commit history to match repo style, stages files, and creates the commit. Context: User wants to commit their changes user: "/commit" assistant: "I'll use the commit-agent to stage…
Complete workflow agent that commits changes, pushes to a remote branch, and creates a pull request. Handles branch creation, commit message generation, and PR description with summary and test plan. Context: User wants to commit, push, and open a PR user: "/commit-push-pr" assistant: "I'll use the…
Reviews TypeScript code for JSDoc documentation compliance across three enforcement levels (Minimal, Standard, Strict). Use this agent when reviewing JSDoc quality or auditing documentation coverage. Context: User wants to check JSDoc coverage in their project user: "Review my JSDocs" assistant: "I'll dispatch the…
Reviews TypeScript code for rule compliance, suggests refactorings aligned with conventions (e.g. & to interface extends), and detects bugs, logic issues, and opportunities for stricter typing. Use when reviewing TypeScript code quality. Context: User wants to check their TypeScript code against conventions user…