From next-task
Grades agent findings as HIGH/MEDIUM/LOW certainty (deterministic/heuristic/semantic) to gate actions: auto-fix HIGH, review MEDIUM, human-approve LOW.
npx claudepluginhub elasticdotventures/_b00t_ --plugin next-taskThis skill uses the workspace's default tool permissions.
All agent findings MUST include a certainty grade. Grade determines action path.
Validates code quality using certainty-graded rules to detect AI artifacts, anti-patterns, and b00t violations. Categorizes findings as auto-fixable, needs-review, or human-gate for pre-merge or implementation checks.
Forces confidence assessment as percentage before conclusive claims like root causes or complete clarity. Explains gaps below 95% and validates assumptions.
Reviews existing security findings against best practices for title clarity, description completeness, recommendation objectivity, severity accuracy, and reference validity. Validates structure with bash script.
Share bugs, ideas, or general feedback.
All agent findings MUST include a certainty grade. Grade determines action path.
| Grade | Basis | Action |
|---|---|---|
HIGH | Deterministic: regex match, static check, type error, compiler output | Auto-fix permitted |
MEDIUM | Heuristic: code ratio analysis, pattern frequency, structural smell | Flag for review |
LOW | AI judgment: semantic meaning, intent, contextual inference | Human gate required |
HIGH if finding_type == deterministic (provable without AI)MEDIUM if finding_type == heuristic (pattern-based, probabilistic)LOW if finding_type == semantic (requires AI reasoning)[HIGH] <finding>, [MEDIUM] <finding>, [LOW] <finding>HIGH → auto-apply fix if safe, log result
MEDIUM → surface to user, suggest fix, await confirmation
LOW → block action, require explicit human approval, explain reasoning
[HIGH] console.log() at src/foo.ts:42 — remove (debug artifact)
[MEDIUM] function doThing() lacks error handling — review
[LOW] variable naming may be misleading given domain context — human review
Used by: /next-task, /code-quality, all agents that produce findings.
b00t MUST grade all MCP tool outputs before acting on them.