Fixed skill
Use when you need the remediated twin of bad-skill that demonstrates how every agentskills-ci penalty is resolved to reach a perfect score.From its SKILL.md
npx -y skills add damanisme/agentskills-ci --skill fixed-skillAssembled 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.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, 244 tokens by cl100k_base, as published. Nobody here has run it
Fixed Skill
Overview
This skill is the corrected version of bad-skill. It keeps the same intent but
removes every issue the scorer flags: missing description, missing sections, a
dead file reference, a risky command, and an ungated side effect.
When to Use
- When showing how to lift a failing skill from a low score to 100.
- When copying a known-good remediation pattern for a new agent skill.
Workflow
- Clean up a temporary demo directory using the safe helper in
scripts/cleanup.sh. - Draft the social post, but ask the user for explicit approval before posting to Twitter.
- Verify each checklist item before responding.
Common Pitfalls
- Leaving a recursive force-delete command in the body instead of a scoped, reviewed helper script.
- Referencing helper files such as
scripts/cleanup.shthat do not exist on disk. - Performing a side effect (posting, deploying) without an approval gate.
Verification Checklist
- Frontmatter includes name and description.
- Referenced files exist.
- Commands are safe and any side effect waits for user approval.
What ships with it: 1 file
436 B alongside SKILL.md, 1 of them executable
scripts/
- cleanup.shruns436 B