Automated CI/CD pipeline generator and linter that scaffolds production-ready workflows with caching, matrix builds, and security gates.
npx skills add Reactive-Skills/skills --skill ci-cd-automationnpx -y @reactive-skills/axi invoke ci-cd-automation9
Hierarchical nodes
INTAKE
Bootstrap entrypoint
0
Whitelisted for safety
0
Automated projections
Visual state machine topology parsed directly from the official STATECHART.md in Reactive-Skills/skills:
Each state is an isolated operational slice. Transitions occur only when typed signals satisfy programmatic guard conditions.
Collect target CI provider, project build commands, and testing requirements
Outgoing Transitions
Boolean(context.provider)Detect repository language, package manager, and caching strategy
Outgoing Transitions
Scaffold workflow configuration with matrix testing, caching, and least-privilege permissions
Outgoing Transitions
Verify workflow YAML syntax, step references, and action version integrity
Outgoing Transitions
Audit pipeline for permission boundaries, secret exfiltration risks, and action pinning
Outgoing Transitions
Evaluate workflow compliance and issue final approval for deployment
Outgoing Transitions
context.security_findings.length === 0CI/CD pipeline generated, verified, and hardened successfully
Pipeline blocked due to security violations, invalid syntax, or failed quality checks
Fatal error during stack detection or workflow generation
Inspect or drive this state machine directly via the token-efficient AXI CLI:
Check state:
Inspect hierarchy:
Tail events:
Runtime variables persisted across state transitions:
providerecosystemtest_commandbuild_commandworkflow_pathlint_errorssecurity_findingsgate_decisiondeliverable_pathAdd to your Claude Desktop, Cursor, or VS Code settings:
{
"mcpServers": {
"reactive-skills": {
"command": "npx",
"args": [
"-y",
"@reactive-skills/axi",
"mcp"
]
}
}
}