feat: refine organized-feedback

This commit is contained in:
2026-04-09 15:28:26 +08:00
parent 9cdd943ab9
commit fa3c6443c7
+3 -5
View File
@@ -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>=1existsmust 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 "<organized-feedback.md>"`.
- 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.