Skip to main content
ClaudeWave
Skill2.2k repo starsupdated 2d ago

clean-skill

A perfectly safe skill for testing

Install in Claude Code
Copy
git clone --depth 1 https://github.com/runkids/skillshare /tmp/clean-skill && cp -r /tmp/clean-skill/internal/audit/testdata/clean- ~/.claude/skills/clean-skill
Then start a new Claude Code session; the skill loads automatically.

clean-skill.md

# Clean Skill

This skill helps with code reviews.

## Rules

- Always review for bugs
- Check test coverage
- Follow coding standards