fitlab-aifitlab-aiOfficial·29 Agent Skills Included

agent-infra

Standardized task lifecycle from issue to merged PR

Standardizes how coding agents handle tasks across Claude Code, Codex, OpenCode, and other terminals with one shared workflow. Runs the full cycle from issue import through analysis, planning, coding, three-stage review, PR creation, and release. Eliminates fragmented per-tool setups, manual status tracking, and unauditable task history across teams.
npx skills add fitlab-ai/agent-infra --all -g -y
Available:

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 Indicators
📦 In Repo
fitlab-aifitlab-ai

plan-task

Generate technical design plans and implementation roadmaps for human review.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

implement-task

Automates task implementation from approved plans and outputs a report file.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

commit

Automate Git commits with conventional messages and task updates.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

create-issue

Create a GitHub issue from task.md and write the issue_number back.

Official
Intermediate
📦 In Repo
fitlab-aifitlab-ai

import-dependabot

Import Dependabot security alerts and create structured remediation task skeletons.

Official
Intermediate
📦 In Repo
fitlab-aifitlab-ai

test

Run a Node.js project's full test suite with compilation checks and unit tests.

Official
Intermediate
📦 In Repo
fitlab-aifitlab-ai

restore-task

Restore local task workspace files from Issue comments marked with sync-issue tokens.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

block-task

Block tasks under .agents/workspace/active and record the blocking reason.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

import-issue

Import a GitHub Issue into a new task with metadata and lifecycle tracking.

Official
Intermediate
📦 In Repo
fitlab-aifitlab-ai

init-milestones

Create and update GitHub milestones from version baselines via gh CLI.

Official
Advanced
📦 In Repo
fitlab-aifitlab-ai

close-codescan

Close GitHub Code Scanning alerts with justification and audit logging.

Official
Intermediate
📦 In Repo
fitlab-aifitlab-ai

archive-tasks

Archive completed tasks into date-organized directories and rebuild manifests.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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