ci templates agents

5 tagged ci templates, measured the same way as everything else here.

Browse within: agents-md 5

rig-coder

01

agent-rig/rig

Agent

Implementation agent for writing production code from tickets or specs. Use when a plan exists and it's time to write code. Reads the ticket, explores the affected files, and implements the change.

2 15d ago A 41 tokens original MIT

rig-debugger

02

agent-rig/rig

Agent

Systematic root-cause debugger. Use when investigating a failing test, a production bug, a flaky behavior, or any "this doesn't work and I don't know why" situation. Walks Phase 1 → 4 (root-cause → pattern analysis → hypothesis → minimal fix) and refuses to propose fixes before evidence is in.

2 15d ago A 71 tokens original MIT

rig-reviewer

03

agent-rig/rig

Agent

Code review agent. Use after implementation to check correctness, security, and adherence to project conventions before merging. Provide the diff, PR, or list of changed files.

2 15d ago A 37 tokens original MIT