Manually QA GBot by running a prod-shaped container built from the working tree, against a REAL Discord token and REAL Firebase. Both identities live on the Pi, so a run borrows one — stop it there, run it here, put it back. Defaults to gbot.dev01, which…
cgoulart35/GBot
SkillsMP has collected 6 skills from cgoulart35/GBot. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 6 of 6 collected skills.
Orchestrate a GBot dev change end-to-end — explore, plan, branch, implement (+ tests), /test (+ the coverage gate), optional /qa, commit, push, open a PR, work the review feedback, then pre-deploy checks, merge (only on your explicit OK), and verify the…
Show status and tail recent logs for the running production GBot container. Use to check whether the bot is up and healthy, or to inspect recent output when debugging the live instance.
Start the production GBot container from the published GHCR image on this host. Use when asked to bring up, start, boot, or restart the production bot.
Stop and remove the production GBot container. Use when asked to take down, stop, shut down, or halt the production bot.
Run GBot's pytest suite (or a single test, the 100% coverage gate, or a dependency CVE audit) the correct way — in an ephemeral container on the gbot-test image. Use when asked to run the tests, check that tests pass, run a specific test, check coverage, or…