Engineering avatar

Engineering

Official

@Sassy-Dog · United States of America

0Followers
|
2Public Repos
|
23Published Skills

Innovative software solutions for mobile and web applications.

Skills Distribution
DomainDeveloper To...Git Repository & P.. (35%)GitHub Issue & Bac.. (25%)CI/CD & Dependency.. (20%)Cross-Repo Portfol.. (20%)

Agent Skills by Engineering

Showing 23 vetted skills indexed across 1 GitHub repositories.

Sassy-DogSassy-Dog

github-secrets

Configure and diagnose GitHub Actions secrets and variables across organization, repository, and environment scopes.

Official
Intermediate
Sassy-DogSassy-Dog

recap

Generate a structured end-of-session summary of completed work, findings, and next steps.

Official
Intermediate
Sassy-DogSassy-Dog

testflight

Query TestFlight feedback, beta testers, builds, and groups via the App Store Connect API.

Official
Intermediate
Sassy-DogSassy-Dog

setup-hooks

Generates and refreshes stack-specific Claude Code format-on-edit hooks for a repository.

Official
Advanced
Sassy-DogSassy-Dog

setup-deps

Generates and re-syncs Dependabot config and dependency automation workflows from detected repo ecosystems.

Official
Advanced
Sassy-DogSassy-Dog

repo-cleanup

Reconciles stale git branches, worktrees, stashes, and untracked files after shipping.

Official
Advanced
Sassy-DogSassy-Dog

setup-repo

Orchestrates three repo-setup generators in sequence behind one combined plan gate.

Official
Intermediate
Sassy-DogSassy-Dog

send-it

Ship a pull request end-to-end with worktree audit, pre-flight gates, review, and merge.

Official
Advanced
Sassy-DogSassy-Dog

pr-shepherd

Automates GitHub pull request lifecycle from mergeable checks through merge-queue enqueue and worktree teardown.

Official
Advanced
Sassy-DogSassy-Dog

work-fire-watch

Routes items from the daily-fire-watch Slack report to the current repo for dispatch.

Official
Advanced
Sassy-DogSassy-Dog

sentry-triage

Triage unresolved Sentry issues against a qualifying gate and escalate survivors to GitHub issues.

Official
Advanced
Sassy-DogSassy-Dog

repo-health

Scans repositories for tech-debt markers, CI health, security alerts, and release lag via shell scripts.

Official
Advanced
Sassy-DogSassy-Dog

setup-config

Generates and re-syncs per-repo workflow configuration files and plugin declarations for Claude Code.

Official
Advanced
Sassy-DogSassy-Dog

assess-it

Audits a repository with parallel review agents and files verified findings as GitHub Issues under an Epic.

Official
Advanced
Sassy-DogSassy-Dog

survey-work

Synthesizes customer pain, backlog, tech debt, and security exposure into a prioritized work plate.

Official
Advanced
Sassy-DogSassy-Dog

whats-behind

Audits pinned GitHub Actions, toolchains, and Dependabot coverage across every repo in a portfolio.

Official
Intermediate
Sassy-DogSassy-Dog

take-it

Ships GitHub issues in parallel via worktree sub-agents that open and merge PRs.

Official
Advanced
Sassy-DogSassy-Dog

github-issues

Manage GitHub issue boards, stale-issue detection, and idempotent dedupe-then-file issue creation via gh CLI.

Official
Advanced
Sassy-DogSassy-Dog

whats-on-fire

Ranks production failures, security exposure, and stalled work across every repo in a GitHub org.

Official
Advanced
Sassy-DogSassy-Dog

work-recommendations

Resolves ordered survey-work plate items to GitHub issues and dispatches them through take-it.

Official
Advanced
Sassy-DogSassy-Dog

tidy-repo

Reconciles local and remote git state by pruning stale branches, worktrees, stashes, and untracked files.

Official
Intermediate
Sassy-DogSassy-Dog

groom-backlog

Refines GitHub issues until dispatchable and promotes them to Ready status.

Official
Advanced
Sassy-DogSassy-Dog

dispatch-ready

Dispatches Ready GitHub issues to sub-agents in idempotent loop ticks with concurrency caps.

Official
Advanced

Frequently Asked Questions About Engineering

FAQPage Schema
What 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.