agents
Structured software delivery from brief to draft pull request
All Skills in This Repository (9)
Pure Emerald Level Indicatorstest
Guide behavior-first testing for unit, integration, and UI tests.
draft-pr
Automate branch preparation, PR drafting, and pushing within a Git workflow.
spec
Transform product briefs into technical specifications with data models and API routes.
code
Implement production code changes from a provided spec.
pr-description
Generate PR descriptions from git diffs and commits against a base branch.
review
Review Git branches or pull requests and generate QA reports.
workflow
Route software delivery work through brief, spec, tdd, code, review, and draft-pr stages.
brief
Generate structured product briefs and save them to Markdown files.
tdd
Guide test-driven development with red-green-refactor cycles and quality checks.
Frequently Asked Questions
FAQPage SchemaHow to install g2i agents?โผ
Run `npx skills add g2i-ai/agents --all -g -y` in your terminal to install all skills in this collection globally.
What does the g2i agents workflow do?โผ
It walks a feature through six stages: brief, spec, TDD, code, review, and draft PR, producing a documented artifact at each step.
Does it work with Claude Code and Cursor?โผ
Yes. The skills follow the standard SKILL.md format and include placement instructions for Claude Code, Cursor, Codex, Copilot, Gemini CLI, and Windsurf.
Is g2i agents tied to a specific tech stack?โผ
No. The skills are tech-stack agnostic and adapt to your project's existing patterns, test setup, and conventions.
Can I run only part of the delivery workflow?โผ
Yes. The workflow skill lets you run the full sequence, a partial range like spec to code, or resume from an existing artifact.
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