一键导入
shellcheck-triage
Use when Bash maintenance work should be driven by ShellCheck findings, especially when warnings need prioritization and safe fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when Bash maintenance work should be driven by ShellCheck findings, especially when warnings need prioritization and safe fixes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when maintaining Bash code and the next move should be a fast Bats regression loop that narrows failures before editing more code.
Use when a Bash maintenance task needs coordinated testing, linting, and benchmarking instead of treating those loops as separate afterthoughts.
Use when Bash maintenance work needs a deliberate plan for which untested behaviors to cover next, especially after failures or shared-module edits.
Use when Bash performance work should be measured with repeatable hyperfine benchmarks instead of intuition or one-off timing.
| name | shellcheck-triage |
| description | Use when Bash maintenance work should be driven by ShellCheck findings, especially when warnings need prioritization and safe fixes. |
Use this skill when a Bash codebase needs lint-guided cleanup or when a task mentions shellcheck, quoting bugs, subshell issues, portability concerns, or warning backlogs.
Typical triggers:
shellcheck against the narrowest affected files first.Priority examples:
[ style, cosmetic braces, or optional idioms as lower priority unless the repo has a strict policy.