gogogo

Execute implementation plans from GitHub issues into pull requests.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill gogogo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gogogo
Source: https://github.com/ContentsUS/Agentic-AI-Paji/tree/main/.claude/skills/gogogo
Command: npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill gogogo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of pre-defined implementation plans, turning abstract ideas into concrete code changes and pull requests with minimal manual intervention.

Core Features & Use Cases

  • Plan Execution: Follows a step-by-step implementation plan derived from a GitHub issue.
  • Automated Branching & Committing: Creates feature branches, stages changes, and commits with descriptive messages.
  • PR Creation: Generates a pull request with a summary and links to the implementation issue.
  • Use Case: After using a planning skill like /nnn to generate a detailed plan for a new feature, you can use /gogogo to have the AI automatically implement that plan, test it, and prepare it for review.

Quick Start

Use the gogogo skill to execute the most recent plan issue step-by-step.

Frequently Asked Questions about gogogo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate turning a GitHub issue into a pull request?

To automate turning a GitHub issue into a pull request, use a skill that executes pre-defined implementation plans step-by-step. It reads the most recent plan issue, prepares a feature branch, implements code changes, runs tests, and creates a ready-to-review pull request automatically.

Can I automatically create a feature branch and commit code changes from a plan?

Yes, you can automatically create a feature branch and commit code changes from a plan. The automation handles branching, stages the implemented changes, and commits them with descriptive messages directly linked to the original planning issue.

What is the best way to execute an implementation plan for software development?

The best way to execute an implementation plan for software development is using an automated step-by-step execution workflow. It systematically processes each planned task, implements the code, runs tests to verify functionality, and generates a pull request for review.

Do I need a pre-existing plan issue before automating my developer workflow?

Yes, you need a pre-existing plan issue before automating your developer workflow. The execution process specifically finds the most recent plan issue derived from GitHub to follow its step-by-step instructions for implementing the feature or fix.

Does automated plan execution run tests before creating a pull request?

Yes, automated plan execution runs tests before creating a pull request. After making the necessary code changes on the feature branch, the workflow executes tests to validate the implementation and then commits the code and generates the pull request.