refactor: generalize organized-feedback validation script for any output

This commit is contained in:
2026-04-09 15:28:26 +08:00
parent 84cb0cf2a9
commit 9cdd943ab9
2 changed files with 254 additions and 131 deletions
+2 -1
View File
@@ -81,4 +81,5 @@ Do not write the coverage audit into the final output file.
- Preserve the user-specified output path.
- 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, run `bash skills/organized-feedback/scripts/validate_organized_feedback_skill.sh` after updating this skill to verify contract and example integrity.
- 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.