goodtogo
Deterministic pull request readiness checks and merge automation
All Skills in This Repository (24)
Pure Emerald Level IndicatorsCreate GitHub Issue Skill
Create GitHub issues with problem statements, technical specs, and TDD plans.
beads-orchestration
Coordinate AI agents to manage BEADS epic and GitHub issue lifecycles.
brainstorming-extension
Trigger a five-agent design-review gate after design documents are committed.
design-review-gate
Coordinate five domain experts to approve design documents through parallel review.
using-git-worktrees
Create isolated Git worktrees for feature development with automated setup.
test-driven-development
Enforce a test-first workflow using the Red-Green-Refactor cycle.
testing-anti-patterns
Detect testing anti-patterns like improper mocking and incomplete mocks in codebases.
systematic-debugging
Enforce a four-phase debugging workflow with hypothesis testing before fixes.
sharing-skills
Create branches, edit skills, and submit PRs to upstream repositories.
using-superpowers
Enforce a mandatory skill discovery and TodoWrite checklist workflow.
dispatching-parallel-agents
Identify independent failures and dispatch parallel Claude agents per domain.
executing-plans
Executes staged development plans with checkpoints and progress reporting between batches.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core