Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CI Monitor is a command-line tool that lets AI agents and humans instantly acces

```bash
# Single command to investigate and fix your active branch's CI failures
cimonitor | claude "If the tests fail, fix and push. Notify me when finished or if you can't solve the problem."
cimonitor | claude "If the tests fail, fix and push. Notify me when finished or if you can't solve the problem. Think hard."

# Auto-retry flaky tests and get notified only for real failures
cimonitor watch --pr 123 --retry 3 | claude \
Expand Down
Loading
Loading