Plugin Claude Code
Sassy Dog AI agent skills for Claude Code, Gemini CLI, and other AI coding tools.
Plugin Claude Code
Sassy Dog AI agent skills for Claude Code, Gemini CLI, and other AI coding tools.
Plugin Claude Code
Reusable AI agent skills for Claude Code, Gemini CLI, and other AI coding tools.
Settings file Claude Code
Reusable AI agent skills and review agents for Claude Code, Gemini CLI, and other AI coding tools.
Instructions file
Claude Code instructions for Sassy-Dog/sassydog-skills, covering claude.md, what this repo is, layout (flat — everything at root), how the pieces fit together and generator + capability skills (the dev-workflow family).
Agent
Reviewer for system architecture, repository/solution structure, module boundaries, coupling, and scaling risk. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for CI/CD pipelines and release engineering — deploy safety, rollback, reproducibility, and pipeline reliability. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for code quality, maintainability, complexity, error handling, and technical debt. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for dependencies and supply chain — outdated/vulnerable packages, lockfile hygiene, pinning, and provenance. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for developer experience and documentation — onboarding, local dev loop, tooling friction, README/ADR/runbook quality. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for infrastructure-as-code and platform — Terraform/Bicep quality, state, containers, drift, and blast radius. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for observability and operations — logging, metrics, tracing, alerting, health checks, and incident readiness. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Diff-scoped design-level PR review. Reads the diff versus the derived default branch, classifies the changed paths into surfaces, fans out in parallel — ONLY to touched surfaces — to the nine sassy-dog reviewer agents in diff-scoped mode, runs its own integration-check pass for cross-surface concerns no single…
Agent
Reviewer for application, supply-chain, pipeline, and operational security — auth, secrets, injection, and credential exposure. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Agent
Reviewer for testing strategy — pyramid balance, coverage quality vs theater, flakiness, and critical-path gaps. Dispatched by the assess-it skill in audit mode, and by the pr-review-orchestrator agent in diff-scoped mode over one changeset.
Skill Claude CodeCodex
This skill should be used when the user asks to "assess this repo", "assess it", "audit the codebase", "run a project assessment", "do a full repository health check", "review the whole repo and file issues", "what tech debt do we have", "find risks across the codebase", or wants a comprehensive, evidence-based…
Skill Claude CodeCodex
Loop-driven dispatcher: each invocation is one idempotent tick that reconciles in-flight PRs, then tops the pipeline back up to the configured concurrency limit, pulling ONLY from issues marked Ready, respecting dependencies and migration/codegen sequencing, until Ready is empty. Designed to run under "/loop 5m…
Skill Claude CodeCodex
This skill should be used when the user asks to "snapshot the project board", "show the board by status", "pull the backlog with labels", "find stale issues", "which issues shipped but are still open", "find stub issues that need scoping", "file an issue but check for duplicates first", "dedupe before filing", "link…
Skill Claude CodeCodex
This skill should be used when the user asks to "set a GitHub secret", "add a GitHub variable", "configure secrets for a workflow", "list GitHub secrets", "fix missing secrets in CI", "set up environment secrets", "add org secrets", "debug empty secret values in GitHub Actions", or any task involving GitHub Actions…
Skill Claude CodeCodex
Backlog grooming: refine open issues until they are fully dispatchable by a cold worktree sub-agent, then promote them to Ready. The counterpart that feeds dispatch-ready. Use when the user says "groom it", "groom the backlog", "refine the backlog", "scope these issues", "make these dispatchable", "get the backlog…
Skill Claude CodeCodex
This skill should be used when the user asks to "watch this PR and merge when green", "babysit the PRs", "poll PR checks", "auto-merge the green ones", "enqueue to the merge queue", "why is my PR stuck in the queue", "retry that flaky gh call", "clean up the worktrees after the batch", "why did CI never start on this…
Skill Claude CodeCodex
Render the session's end-of-work summary in the fixed recap format — what shipped, what surfaced along the way, which signals deserve a GitHub issue, and the immediate next steps. Use when the user says "recap", "recap the session", "recap the day", "summarize what we did", "summarize the session", "what did we get…
Skill Claude CodeCodex
Post-shipping git working-state reconciliation mechanics: fast-forward + prune the default branch, sweep [gone] and squash-merged local branches, remove stale/detached agent worktrees, sweep orphan worktree-agent- isolation branches, triage orphan stashes by closedByPullRequestsReferences (not bare issue state), sweep…
Skill Claude CodeCodex
This skill should be used when the user asks to "list TODO/FIXME/HACK markers", "scan tech debt markers", "find skipped tests", "how slow is CI", "CI duration and flake report", "is CI flaky", "is the release pipeline lagging", "mobile release lag", "is TestFlight behind main", or wants a quick scripted signals scan…
Skill Claude CodeCodex
Ship a PR end-to-end — worktree audit, freshness gates, pre-flight CI guardrails, template-compliant PR body, commit, push, watch checks, merge, clean up. Use when the user says "send it", "ship it", "open the PR", "create a PR", or asks to merge a branch. Reads the current repo's settings from…