agent-ci
Installation
SKILL.md
Agent CI - Continuous AI for Development Quality
Continuous AI extends CI/CD by applying AI agents to quality tasks that require reasoning, interpretation, and context—work that traditional CI cannot handle because it depends on understanding intent rather than enforcing rules.
Core Concepts
Continuous CI vs Continuous AI:
- CI handles deterministic rules: tests pass/fail, builds succeed/don't, linters flag violations
- Continuous AI handles judgment-heavy tasks: doc/code alignment, semantic changes, dependency drift, performance regressions requiring context
Key patterns:
- Natural-language rules express intent that cannot be reduced to heuristics
- Agents evaluate repositories continuously (on schedule, PR events, pushes)
- Outputs are artifacts developers can review (PRs, issues, reports)
- Developers retain final authority; agents never auto-merge