一键导入
skills-review-lint
Lint SKILL.md files for quality, correctness, and adherence to the skill guidelines. Use when reviewing, creating, or modifying skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Lint SKILL.md files for quality, correctness, and adherence to the skill guidelines. Use when reviewing, creating, or modifying skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Surface your daily task list — QA-ready tickets, sprint backlog, carry-over items, open PRs, RHEL verification queue, and quarterly reminders. Use at the start of your day to see what needs attention.
Show detailed info about a specific TODO task — its tracked links, notes, and live Jira/PR status. Use when the user asks about a task, wants context to resume work on it, or asks what's needed to finish a ticket. Not for listing all tasks (read the TODO file directly or use edge-ic:sprint-status for sprint-wide views)
End-of-week automation - review active work and prepare next week's TODO
Run the full Prow CI release testing workflow — create PR, trigger jobs, check status, merge PR, download and upload artifacts
Generate interactive PCP performance dashboard from a Prow job URL
Download Prow job artifacts, identify root cause of failure, and produce a structured error report
| name | skills-review:lint |
| argument-hint | [--all | <path/to/SKILL.md> ...] [--severity error] |
| description | Lint SKILL.md files for quality, correctness, and adherence to the skill guidelines. Use when reviewing, creating, or modifying skills. |
| user-invocable | true |
| allowed-tools | Bash, Read, Glob, Grep |
Runs the skills quality linter (scripts/lint-skills.py) and presents findings.
/skills-review:lint # Lint changed SKILL.md files (vs main)
/skills-review:lint --all # Lint all SKILL.md files
/skills-review:lint plugins/foo/skills/bar/SKILL.md # Lint specific file(s)
/skills-review:lint --severity error # Only show errors, suppress warnings
Determine the linting scope from $ARGUMENTS:
| Argument | Command | Behavior |
|---|---|---|
| (empty) | bash scripts/lint-skills.py | Lint SKILL.md files changed vs main branch |
--all | bash scripts/lint-skills.py --check-all-files | Lint every SKILL.md under plugins/ |
--severity error | bash scripts/lint-skills.py --severity error | Only report errors (E001–E007), skip warnings |
| file paths | bash scripts/lint-skills.py <paths> | Lint the specified file(s) |
Arguments can be combined: --all --severity error or path/SKILL.md --severity error.
Execute from the repository root.
User: /skills-review:lint
Claude: Runs linter on changed files, reports findings, offers to fix.
User: /skills-review:lint --all
Claude: Runs linter on all SKILL.md files across the repo.
User: /skills-review:lint plugins/lvms/skills/setup-prereq/SKILL.md --severity error
Claude: Lints the specified file, showing only errors.
--all to lint everything.scripts/lint-skills.py was not found at the expected path.plugins/docs/SKILL-GUIDELINES.md for the full quality standards reference.