drift: Skill for Claude Code

.github/skills/drift-finding-message-authoring/SKILL.md

drift-finding-message-authoring is a skill for Claude Code from mick-gsk/drift. It costs 45 tokens per session (952 once invoked), scanned A, original, MIT.

A guide for writing the `reason` and `next_action` text shown in Drift findings. A finding is a report about a detected code pattern or problem.

In plain words
What is it for?
Use it when adding a signal, clarifying an existing finding, or reviewing feedback that a finding is confusing.
Why use it?
It makes findings specific, understandable, and immediately actionable without changing the detection logic or inventing facts.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

This is mick-gsk/drift's own configuration. It tells Claude Code how to work on drift itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything drift configures →

Part of the drift plugin — 31 skills, 17 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to mick-gsk/drift. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/mick-gsk/drift/main/.github/skills/drift-finding-message-authoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mick-gsk/drift

Made for: Claude Code.

Or install drift, the plugin that ships this one along with the rest of its 31 skills, 17 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for drift-finding-message-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/mick-gsk/drift/drift-finding-message-authoring/github.svg)](https://agentmods.dev/skills/mick-gsk/drift/drift-finding-message-authoring)
Your own site
<a href="https://agentmods.dev/skills/mick-gsk/drift/drift-finding-message-authoring"><img src="https://agentmods.dev/badge/skills/mick-gsk/drift/drift-finding-message-authoring/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for drift-finding-message-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/mick-gsk/drift/drift-finding-message-authoring"><img src="https://agentmods.dev/badge/skills/mick-gsk/drift/drift-finding-message-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 952 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00952
Opus 5 $0.00023 $0.00476
Sonnet 5 $0.00009 $0.00190
Haiku 4.5 $0.00005 $0.00095

Measured 9d ago against content hash d71859f243cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

drift-finding-message-authoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/drift-finding-message-authoring/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Drift Finding Message Authoring

Use this skill to write and review reason and next_action strings that are precise, actionable, and consistent with existing Drift finding output.

When To Use

  • a new signal needs initial finding text
  • an existing signal has unclear, vague, or non-actionable messages
  • the ROADMAP task to sharpen finding explanations is being worked through
  • a community report says a finding is confusing or hard to act on

Not For

  • changing scoring, thresholds, or signal heuristics
  • inventing new finding facts not supported by the signal logic
  • rewriting output schemas or CLI formatting
  • broad documentation work outside the signal file itself

Quality Criteria

Criterion Pass condition
Cause specificity Names the concrete code pattern, not a category
Jargon-free Understandable without reading Drift docs
Actionability next_action can be executed immediately
Length Each field is at most 2 sentences
No hedging Avoids phrases like "consider", "may", "possibly", or "might want to"

Core Rules

  1. Preserve factual meaning. Improve clarity and actionability without changing what the signal actually detected.
  2. Name the code pattern directly. Prefer the observed structure or smell over abstract category labels.
  3. Make the next step concrete. next_action should tell the user exactly what to inspect, consolidate, remove, or move.
  4. Keep output concise. Do not expand the message into explanation prose that belongs in docs or triage notes.
  5. Review both fields together. A strong reason with a vague next_action, or the reverse, is incomplete.

Standard Workflow

1. Load The Existing Strings

Read the current reason and next_action from the target signal file under src/drift/signals/.

If one field is missing, treat that as a failure and author the missing field from the signal's actual detection logic.

2. Evaluate Against The Quality Criteria

Read the full file on GitHub · 117 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 117 lines · 45 tokens per session scan A d71859f243cc

Subscribe to this mod's changes

drift-finding-message-authoring is a skill published in the GitHub repository mick-gsk/drift (15 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 952 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

umbra-trust-review

Verify AI-generated code before shipping. Run Umbra's Trust Score scan before committing or finishing any coding task, treat findings as blocking issues, and re-scan until clean. Use when finishing a task, before a commit, or when reviewing code written by an agent.

elberacasa/umbra · 60 tokens

ai-debt-audit

Scan a repository for AI-generated technical, cognitive, and intent debt. Use when the user asks to audit a codebase for AI/vibe-coding risk, check for issues an AI coding assistant may have introduced (disabled RLS, hardcoded secrets, missing auth checks, SSTI, debug mode left on), assess technical debt after heavy…

aniruddhavasudev/ai-debt-audit · 108 tokens

rework-rate

Measure and interpret PR rework rate — the emerging 5th DORA metric.

bradygaster/squad · 20 tokens

truecourse-analyze

Run TrueCourse architecture analysis on this repository.

truecourse-ai/truecourse · 13 tokens

argot-setup

Set argot up for a repository end to end — audit its history, decide what should shape its voice, fit, verify the fit actually catches things, tune the rules its own history says are noisy, and wire the places it runs (pre-write hook, pre-commit, MCP, CI). One sitting, one decision at a time, each proposed with the…

get-tmonier/argot · 129 tokens

argot-check

Score your working changes with argot — flag code foreign to this repo's own patterns (unfamiliar dependencies, APIs, constructs), functions the repo already has, code filed in the wrong place, imports that break the repo's layering, and tests weakened, disabled, or deleted alongside a production change — before…

get-tmonier/argot · 110 tokens