evaluate-findings
SolidCritically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply using adversarial verification. Use when the user asks to "evaluate findings", "assess review comments", "triage review feedback", "evaluate review output", or "filter false positives".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
apply-findings
Apply findings by making the suggested code changes. Applies accepted verdicts, escalates ambiguous findings to the user, and offers to note genuine improvements for later. Use when the user asks to "apply findings", "apply fixes", "apply suggestions", "apply accepted findings", "fix the findings", or "apply the review results".
assess-findings
Triage static analysis findings, assess merit, and accept noise or irrelevant items
code-review-guide
Review code for quality, security, performance, and architecture compliance with a 100-point scoring framework and verdicts (APPROVED/APPROVED_WITH_NOTES/NEEDS_WORK). Trigger on "review this code/my changes", "check for issues", "score the code", "is this ready to ship", "PR review", "pre-merge review", "second pair of eyes", "honest score and verdict", "before I open the PR", "check for N+1 queries", "missing error handling", "input validation", "code smells", "review every file they touched". EVALUATES code quality with structured findings + scoring — not for verifying stubs/wiring (use verification-patterns), not for searching existing code (use codebase-scan), not for assessing task complexity (use complexity-assessment).