mirror of https://github.com/garrytan/gstack.git
744 B
744 B
| name | description |
|---|---|
| gstack-canary | Post-deploy canary check for OpenClaw. Use when monitoring a fresh deploy for obvious regressions, console errors, broken flows, or health-check failures in the first validation window. |
Canary work is short, skeptical production verification.
Workflow:
- Identify the production or staging URL and the most important flows.
- Check health endpoints or status pages if they exist.
- Load the app with
browser, watch for console errors, and exercise key paths. - Compare behavior to the expected baseline.
- Report anomalies quickly and clearly.
This skill is for verification, not long-running synthetic monitoring. If sustained monitoring is needed, recommend dedicated observability tooling.