Engineering
Official@Sassy-Dog · United States of America
Innovative software solutions for mobile and web applications.
Agent Skills by Engineering
Showing 23 vetted skills indexed across 1 GitHub repositories.
github-secrets
Configure and diagnose GitHub Actions secrets and variables across organization, repository, and environment scopes.
recap
Generate a structured end-of-session summary of completed work, findings, and next steps.
testflight
Query TestFlight feedback, beta testers, builds, and groups via the App Store Connect API.
setup-hooks
Generates and refreshes stack-specific Claude Code format-on-edit hooks for a repository.
setup-deps
Generates and re-syncs Dependabot config and dependency automation workflows from detected repo ecosystems.
repo-cleanup
Reconciles stale git branches, worktrees, stashes, and untracked files after shipping.
setup-repo
Orchestrates three repo-setup generators in sequence behind one combined plan gate.
send-it
Ship a pull request end-to-end with worktree audit, pre-flight gates, review, and merge.
pr-shepherd
Automates GitHub pull request lifecycle from mergeable checks through merge-queue enqueue and worktree teardown.
work-fire-watch
Routes items from the daily-fire-watch Slack report to the current repo for dispatch.
sentry-triage
Triage unresolved Sentry issues against a qualifying gate and escalate survivors to GitHub issues.
repo-health
Scans repositories for tech-debt markers, CI health, security alerts, and release lag via shell scripts.
setup-config
Generates and re-syncs per-repo workflow configuration files and plugin declarations for Claude Code.
assess-it
Audits a repository with parallel review agents and files verified findings as GitHub Issues under an Epic.
survey-work
Synthesizes customer pain, backlog, tech debt, and security exposure into a prioritized work plate.
whats-behind
Audits pinned GitHub Actions, toolchains, and Dependabot coverage across every repo in a portfolio.
take-it
Ships GitHub issues in parallel via worktree sub-agents that open and merge PRs.
github-issues
Manage GitHub issue boards, stale-issue detection, and idempotent dedupe-then-file issue creation via gh CLI.
whats-on-fire
Ranks production failures, security exposure, and stalled work across every repo in a GitHub org.
work-recommendations
Resolves ordered survey-work plate items to GitHub issues and dispatches them through take-it.
tidy-repo
Reconciles local and remote git state by pruning stale branches, worktrees, stashes, and untracked files.
groom-backlog
Refines GitHub issues until dispatchable and promotes them to Ready status.
dispatch-ready
Dispatches Ready GitHub issues to sub-agents in idempotent loop ticks with concurrency caps.
Frequently Asked Questions About Engineering
FAQPage SchemaWhat tasks can I accomplish using Sassy-Dog's skills?▼
You can ship PRs end-to-end, dispatch GitHub issues to parallel worktree sub-agents, groom backlogs to Ready state, triage Sentry errors into GitHub issues, scan CI duration and flake, audit cross-repo dependency drift, configure GitHub Actions secrets, and reconcile stale branches, worktrees, and stashes after shipping.
Who is the target user for Sassy-Dog's skill set?▼
Mobile and web engineering teams managing multiple GitHub repositories. It suits maintainers who need PR shepherding, merge-queue handling, backlog grooming, TestFlight beta feedback review, and portfolio-wide health sweeps spanning Sentry monitoring, Dependabot coverage, and failing CI pipelines.
How do I set up Sassy-Dog skills in my repository?▼
Run setup-config from inside the target repository to write .claude/sassy-dog/*.md config and declare the plugin in .claude/settings.json. Then run setup-repo to orchestrate workflow config, hooks, and Dependabot generation in sequence, presenting one combined plan of every file touched.
What prerequisites and dependencies do Sassy-Dog skills require?▼
Skills run inside a target git repository and rely on the gh CLI with GraphQL for issue and board reads. Several skills read repo-specific config from .claude/sassy-dog/*.md and block on NO_CONFIG if missing. Sentry, TestFlight, App Store Connect, and Slack access are needed for their respective skills.
Do Sassy-Dog skills mutate my repositories or stay read-only?▼
It depends on the skill. Reporting skills like whats-on-fire, whats-behind, recap, and repo-health are strictly read-only. Shipping skills like send-it, take-it, and dispatch-ready commit, push, merge, and clean up worktrees. survey-work is read-only unless its config sets write_policy: gated.