dsifrydsifryCommunity·24 Agent Skills Included

goodtogo

Deterministic pull request readiness checks and merge automation

Determines whether a pull request is truly ready to merge by combining CI status, review comment classification, and thread resolution into one clear answer. Eliminates manual polling of checks, guessing which reviewer comments are blocking, and losing track of unresolved threads. Includes workflow skills for shepherding PRs to merge, handling review feedback, and tracking multi-session tasks.
npx skills add dsifry/goodtogo --all -g -y
Available:

Tells the agent how to run the PR shepherd, review-comment handling, and task-tracking workflows, and enforces a mandatory push-and-verify routine before ending any work session.

All Skills in This Repository (24)

Pure Emerald Level Indicators
📦 In Repo
dsifrydsifry

Create GitHub Issue Skill

Create GitHub issues with problem statements, technical specs, and TDD plans.

Community
Advanced
📦 In Repo
dsifrydsifry

beads-orchestration

Coordinate AI agents to manage BEADS epic and GitHub issue lifecycles.

Community
Advanced
📦 In Repo
dsifrydsifry

brainstorming-extension

Trigger a five-agent design-review gate after design documents are committed.

Community
Advanced
📦 In Repo
dsifrydsifry

design-review-gate

Coordinate five domain experts to approve design documents through parallel review.

Community
Advanced
📦 In Repo
dsifrydsifry

using-git-worktrees

Create isolated Git worktrees for feature development with automated setup.

Community
Intermediate
📦 In Repo
dsifrydsifry

test-driven-development

Enforce a test-first workflow using the Red-Green-Refactor cycle.

Community
Basic
📦 In Repo
dsifrydsifry

testing-anti-patterns

Detect testing anti-patterns like improper mocking and incomplete mocks in codebases.

Community
Intermediate
📦 In Repo
dsifrydsifry

systematic-debugging

Enforce a four-phase debugging workflow with hypothesis testing before fixes.

Community
Advanced
📦 In Repo
dsifrydsifry

sharing-skills

Create branches, edit skills, and submit PRs to upstream repositories.

Community
Intermediate
📦 In Repo
dsifrydsifry

using-superpowers

Enforce a mandatory skill discovery and TodoWrite checklist workflow.

Community
Basic
📦 In Repo
dsifrydsifry

dispatching-parallel-agents

Identify independent failures and dispatch parallel Claude agents per domain.

Community
Basic
📦 In Repo
dsifrydsifry

executing-plans

Executes staged development plans with checkpoints and progress reporting between batches.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install Good To Go?

Run `npx skills add dsifry/goodtogo --all -g -y` in your terminal to install all skills in this suite globally.

How do I know if my PR is ready to merge?

Run `gtg 123` with your PR number. It returns one clear status — READY, ACTION_REQUIRED, UNRESOLVED_THREADS, or CI_FAILING — based on CI checks, comment analysis, and thread resolution.

Does Good To Go work with CodeRabbit and Cursor reviews?

Yes. It has built-in parsers for CodeRabbit, Greptile, Claude, and Cursor/Bugbot, and classifies each comment as actionable, informational, or ambiguous.

Can I use gtg as a CI gate in GitHub Actions?

Yes. Add `gtg <pr-number> --semantic-codes` as a workflow step to block merges until the PR is genuinely ready.

Can coding agents use Good To Go automatically?

Yes. The JSON output mode and included skills let agents monitor PRs, fix review feedback, and verify readiness without human intervention.

Related Repositories in Software Engineering

View All in Software Engineering