← Browse

@dlt/bulk

A

Apply one action (resolve/unresolve/ignore/delete) to many Faultline error groups in a single call.

skillclaude

Install

agr install @dlt/bulk --target claude

Writes 1 file into .claude/skills/, pinned to git-00ecf42f.

  • .claude/skills/bulk/SKILL.md

Document


description: Apply one action (resolve/unresolve/ignore/delete) to many Faultline error groups in a single call. argument-hint: <id1,id2,...>

Bulk-update Faultline error groups via the bulk_update_error_groups MCP tool.

  1. Parse $ARGUMENTS:
    • First token: action — one of resolve, unresolve, ignore, delete.
    • Remaining tokens: a comma-separated list of integer ids. Strip whitespace.
    • If either is missing, ask the user to clarify before calling the tool.
  2. Show the user what's about to happen: action: <action>, ids: [<list>], count.
  3. Ask for confirmation. For delete, require an explicit "yes delete" — same standard as the delete skill, because this is irreversible and acts on N groups at once.
  4. On confirmation, call bulk_update_error_groups with ids (array of ints) and action.
  5. Report the response:
    • affected — how many groups were actually updated.
    • missing_ids — ids the user supplied that don't exist. Flag these so they know which ones were skipped.

If many ids are involved, suggest running /triage instead — that walks the user through one group at a time with per-group context.

If the tool returns error: "Tool disabled: mcp_readonly is true", tell the user to set c.mcp_readonly = false in their Faultline initializer.

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-00ecf42f93082026-07-31