From fa3c6443c73ae92cf65133e43b1c734e27339c02 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Thu, 9 Apr 2026 15:28:26 +0800 Subject: [PATCH] feat: refine organized-feedback --- skills/organized-feedback/SKILL.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/skills/organized-feedback/SKILL.md b/skills/organized-feedback/SKILL.md index aa3b784..c41c77e 100644 --- a/skills/organized-feedback/SKILL.md +++ b/skills/organized-feedback/SKILL.md @@ -56,8 +56,8 @@ Track these lists explicitly: - `Missing-Source-Refs`: refs that are present in the interaction but not yet covered Source reference format rule: -- Use `R` + PR numbering path from the source markdown. -- Example mapping: `Comment 42.1.1` -> `R42.1.1`, `Reply 42.1.1.1` -> `R42.1.1.1`. +- Use `#` + PR numbering path from the source markdown. `R` for review, `C` for comment, `r` for reply. +- Example mapping: `Comment 42.1.1` -> `#42.R1.C1`, `Reply 42.1.1.1` -> `#42.R1.C1.r1`. Audit rules: - Compare only against interaction content. @@ -65,8 +65,7 @@ Audit rules: - Do not treat the final document as an audit source. ## Unknown Handling -- unknown(>=1),必须执行一次反思复判 -- Use one reflection pass to decide whether an item can be reclassified into `question`, `supplement`, or `request-for-change`. +- if any unknown(>=1)exists,must use one reflection pass to decide whether an item can be reclassified into `question`, `supplement`, or `request-for-change`. - If it remains `unknown`, keep it in the `Unknown Items` section. - If the number of `unknown` items is greater than 3, request user permission before continuing. @@ -82,4 +81,3 @@ Do not write the coverage audit into the final output file. - Keep the final file limited to the agreed format. - Do not add extra audit notes, scratch work, or intermediate classification logs to the final file. - If terminal access is available, validate generated output with `bash skills/organized-feedback/scripts/validate_organized_feedback_skill.sh --output ""`. -- For maintainers, run `bash skills/organized-feedback/scripts/validate_organized_feedback_skill.sh --output "skills/organized-feedback/examples/output-organized-feedback.md" --self-check` to validate both output format and bundled skill contract.