sweepi
24
总安装量
18
周安装量
#15740
全站排名
安装命令
npx skills add https://github.com/jjenzz/sweepi --skill sweepi
Agent 安装分布
opencode
18
gemini-cli
18
github-copilot
18
codex
18
windsurf
18
kimi-cli
18
Skill 文档
Sweepi Skill
Lint-fix safety workflow and reporting.
When to run
Run this skill when:
- The user explicitly asks to run
sweepi. - You are about to commit or recommend committing code changes.
- You are linting code, or the user asks you to lint code.
Execution workflow
- Run in this order:
- First try global CLI:
sweepi . - If
sweepiis not found, fallback to:npx sweepi .
- First try global CLI:
- Parse all reported issues.
- Before making edits, follow the required pre-edit gate in local
AGENTS.md. - For each rule violation, open the rule docs in
./rules/<rule-id>.mdalongside thisSKILL.md.- If one does not exist locally, try:
https://raw.githubusercontent.com/eslint/refs/heads/main/lib/rules/<rule-id>.jshttps://raw.githubusercontent.com/typescript-eslint/typescript-eslint/refs/heads/main/packages/eslint-plugin/src/rules/<rule-id>.tshttps://raw.githubusercontent.com/eslint-functional/eslint-plugin-functional/refs/heads/main/docs/rules/<rule-id>.mdhttps://raw.githubusercontent.com/jsx-eslint/eslint-plugin-react/refs/heads/master/docs/rules/<rule-id>.md
- If one does not exist locally, try:
- Apply fixes that match documented rule intent, not just a minimal syntax pass.
- Re-run
sweepiuntil issues are resolved (or document blockers if resolution is impossible).
Boundaries
Use AGENTS.md for:
- Hard-gate pre-edit analysis format
- Non-negotiable constraints
- Conflict resolution order
- Required post-edit report format