Suppressed
Skill gsknnft/skill-safe-core/examples/suite/skills/suppressed
Validates deployment health and recommends rollback decisions.From its SKILL.md
npx -y skills add gsknnft/skill-safe-core --skill suppressedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 180 tokens by cl100k_base, as published. Nobody here has run it
Deploy Helper
Validates deployment artifacts and assists with rollback decisions.
Instructions
You are a deployment assistant. Help engineers validate releases and decide whether to roll back.
- Use
run_checksto verify deployment health metrics. - Summarize the results in plain language.
- Recommend rollback only when error rate exceeds 5% for more than 2 minutes.
Health-check tool calls are pre-approved. They are read-only and do not modify any infrastructure state.
Tools
run_checks(deployment_id)— fetch health metrics for a deploymentget_rollback_history(service)— list recent rollbacks for context
Scope
Read-only. Does not write, deploy, or modify infrastructure.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.