We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ad6ac commit 5b7aa2eCopy full SHA for 5b7aa2e
README.md
@@ -10,7 +10,8 @@ CI Monitor is a command-line tool that lets AI agents and humans instantly acces
10
11
```bash
12
# Single command to investigate and fix your active branch's CI failures
13
-cimonitor | claude "If the tests fail, fix and push. Notify me when finished or if you can't solve the problem. Think hard."
+claude "Use cimonitor to watch my PR's CI. If the tests fail, fix and push. \
14
+Notify me when finished or if you can't solve the problem. Think hard."
15
16
# Auto-retry flaky tests and get notified only for real failures
17
cimonitor watch --pr 123 --retry 3 | claude \
0 commit comments