From 67ced71aee2b4e86c58e897425b48e04466345c4 Mon Sep 17 00:00:00 2001 From: "detail-app[bot]" <180357370+detail-app[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:42:31 +0000 Subject: [PATCH] docs: update detail-bugs skill for multi-status support --- .claude/skills/detail-bugs/SKILL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude/skills/detail-bugs/SKILL.md b/.claude/skills/detail-bugs/SKILL.md index 53159df..a0dc3f1 100644 --- a/.claude/skills/detail-bugs/SKILL.md +++ b/.claude/skills/detail-bugs/SKILL.md @@ -41,8 +41,9 @@ detail bugs list $ARGUMENTS --scan-id ``` This returns only bugs found in that scan, still filtered by `--status` -(default: `pending`). Use `--status resolved` or `--status dismissed` to see -closed bugs for the scan. +(default: `pending`). Use `--status resolved`, `--status dismissed`, or combine +multiple statuses (e.g. `--status resolved,dismissed`) to see closed bugs for +the scan. ## Step 1: List pending bugs