We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d2c23 commit d390d5bCopy full SHA for d390d5b
1 file changed
README.md
@@ -10,7 +10,7 @@ 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."
+cimonitor | claude "If the tests fail, fix and push. Notify me when finished or if you can't solve the problem. Think hard."
14
15
# Auto-retry flaky tests and get notified only for real failures
16
cimonitor watch --pr 123 --retry 3 | claude \
0 commit comments