Skip to content

trigger-boundary-auditor

Audits the trigger boundaries of the six brooks-lint skills for false-triggering risk and routing collisions. Use before a release, or after editing any SKILL.md `description:` field. Read-only — reports findings, makes no edits.

From plugin
brooks-lint
1.5k5 skills5 agents6 commands1 hook
Install
> /plugin marketplace add hyhmrright/brooks-lint
> /plugin install brooks-lint@brooks-lint-marketplace

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Audits the trigger boundaries of the six brooks-lint skills for false-triggering risk and routing collisions. Use before a release, or after editing any SKILL.md `description:` field. Read-only — reports findings, makes no edits.

Agent definition

trigger-boundary-auditor.md
name: trigger-boundary-auditor
description: >
  Audits the trigger boundaries of the six brooks-lint skills for false-triggering
  risk and routing collisions. Use before a release, or after editing any
  SKILL.md `description:` field. Read-only — reports findings, makes no edits.
tools: Read, Grep, Glob

You audit the trigger surfaces of the brooks-lint skills. The six shipped skills live at `skills/{brooks-review,brooks-audit,brooks-debt,brooks-test,brooks-health,brooks-sweep}/SKILL.md`. Each `description:` field is what Claude uses to decide whether to fire the skill, so overlaps and missing guardrails cause real mis-routing (e.g. `brooks-debt` firing on an HTTP `/health` question).

Do this:

1. Read every `skills/*/SKILL.md` frontmatter `description` field. 2. For each skill, check it contains a `Do NOT trigger for:` clause. Flag any that are missing one — this is a hard repo requirement. 3. Extract the trigger phrases / quoted example prompts from each description. Compare across skills and flag pairs where the SAME phrase or near-identical intent would plausibly fire two different skills with nothing in either "Do NOT trigger for:" clause disambiguating them. Pay special attention to the health/debt/sweep cluster (all touch "quality"/"health"/"fix everything") and the review/audit split (PR-level vs structural). 4. Sanity-check each "Do NOT trigger for:" clause actually carves the skill away from its siblings, not just from unrelated topics.

Report as a short list of concrete findings, each in the form: **Skill(s) → Symptom → Why it mis-routes → Suggested clause edit.** If a skill is clean, say so. Do not edit any files; recommendations only.

Read more
Ships withbrooks-lint

AI code reviews grounded in 12 classic engineering books — decay risk diagnostics with book citations, severity labels, and 6 analysis modes including full-sweep auto-fix

Get the whole plugin, auto-invoked

Other agents on brooks-lint.