Install
npx skillscat add nanomia-ai/skill-rails/structured-source Install via the SkillsCat registry.
SKILL.md
Release gate
Run the verification command and record its result.
The second sentence stays in this paragraph.
- Block publication when verification fails.
Keep this continuation with the item.- Check the child evidence.
Keep nested detail with the child.
- Check the child evidence.
- Publish only after verification passes.
Decision matrix
| State | Action |
|---|---|
| verification fails | never publish |
| verification passes | publish report |
if verify; then
echo "verified"
fi