fix-false-positive
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
误报修复 Skill
参数解析
$ARGUMENTS
- 有参数(如
123或123 456):将空格或逗号分隔的数字解析为 issue 编号列表 - 无参数:自动查询带
false-positive标签的开放 issue
当前环境
- 仓库:!
git remote -v 2>/dev/null | head -1 || echo "NOT_A_GIT_REPO" - 工作目录:!
pwd
Step 1:获取待处理 Issue 列表
从上方环境信息中解析 OWNER 和 REPO(取 git remote -v 第一行的仓库路径)。
Related skills