868 B
868 B
name, description
| name | description |
|---|---|
| triage-findings | Triage findings, fix real issues, and exclude false positives. |
Triage Findings
Use
直接輸入:triage-findings 問題原始檔(文字或截圖)
Workflow
- Merge all findings.
- Sort by severity:
- critical
- warning
- info
- Renumber from 1.
- Fix real issues.
- Put false positives into
.gitea/ai-review/exclusions.jsonas a top-level JSON array, preserving the original wording, language, and semantics as much as possible. Do not wrap the array inexclusionsorexcluded_findings. - Add tests when behavior changes.
Output Rules
- Keep the final list short.
- Keep numbering contiguous.
- Preserve file path, location, and fix.
- When writing exclusions, always output a top-level JSON array.
- When writing exclusions, prefer the original issue text over paraphrased rewrites.