agent-infra
Standardized task lifecycle from issue to merged PR
Gives the agent mandatory behavioral rules for this suite: think before coding, keep changes minimal and surgical, verify each step against goal-driven checkpoints, and follow skill-specific routing and context-compression rules when executing tasks.
All Skills in This Repository (29)
Pure Emerald Level Indicatorsplan-task
Generate technical design plans and implementation roadmaps for human review.
implement-task
Automates task implementation from approved plans and outputs a report file.
commit
Automate Git commits with conventional messages and task updates.
create-issue
Create a GitHub issue from task.md and write the issue_number back.
import-dependabot
Import Dependabot security alerts and create structured remediation task skeletons.
test
Run a Node.js project's full test suite with compilation checks and unit tests.
restore-task
Restore local task workspace files from Issue comments marked with sync-issue tokens.
block-task
Block tasks under .agents/workspace/active and record the blocking reason.
import-issue
Import a GitHub Issue into a new task with metadata and lifecycle tracking.
init-milestones
Create and update GitHub milestones from version baselines via gh CLI.
close-codescan
Close GitHub Code Scanning alerts with justification and audit logging.
archive-tasks
Archive completed tasks into date-organized directories and rebuild manifests.
Frequently Asked Questions
FAQPage SchemaHow to install agent-infra?▼
Run `npx skills add fitlab-ai/agent-infra --all -g -y` in your terminal to install all skills in this suite globally.
What does agent-infra do?▼
It gives Claude Code, Codex, OpenCode, and other coding agents one shared task lifecycle, from importing an issue through analysis, planning, coding, review, and merged PR. Teams switch tools without rebuilding their workflow.
How do I go from an issue to a merged PR?▼
Run the built-in command chain: import-issue, analyze-task, plan-task, code-task, review-code, create-pr, and complete-task. Each step has an isolated review checkpoint, and you only intervene when a decision is needed.
Does agent-infra work with Claude Code and Codex?▼
Yes. The same commands and workflow state work identically in Claude Code, Codex, Antigravity CLI, OpenCode, and TraeCode, so you can switch tools mid-task.
Can non-developers use agent-infra?▼
Mostly yes for oversight: you review plans and reply in plain language while the agent handles analysis, coding, and testing. Initial setup still requires basic familiarity with Node.js and Git.
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