CommunitySchreiben & Editierengithub.com

Akshaysanthosh/docs-drift-check

Codex skill and local plugin for spotting likely documentation drift.

Funktioniert mit~Claude CodeCodex CLI~Cursor
npx skills add Akshaysanthosh/docs-drift-check

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Dokumentation

Docs Drift Check

Determine whether a branch or diff likely created documentation drift, then point to the exact docs files and terms worth reviewing. This skill should bias toward concrete evidence from the diff, not broad speculation.

Use This Skill When

  • The user asks whether a branch, PR, or local change likely needs doc updates.
  • The diff changes public-facing behavior such as API routes, CLI flags, env vars, config keys, setup steps, or file/module names that docs may reference.
  • The task is to review README, docs/, examples/, onboarding, or setup documentation for drift.

Do not use this skill for pure styling changes, test-only changes, or clearly internal refactors with no visible behavior change.

Quick Start

  1. Run the helper: bash .agents/skills/docs-drift-check/scripts/docs_drift_check.sh [base-ref]
  2. Read the highest-signal sections first:
    • Potential renames
    • Likely env var changes
    • Likely CLI flag changes
    • Likely route or endpoint changes
    • Likely config changes
  3. Inspect the most likely docs targets:
    • README.md
    • docs/
    • examples/
    • setup or onboarding docs near the affected feature
  4. Return a short result with:
    • risk level: low, medium, or high
    • concrete evidence from the diff
    • likely impacted docs files
    • recommended edits or patch plan

Workflow

1. Establish the comparison

  • Prefer a user-provided base ref.
  • If none is provided, the helper defaults to main.
  • If the base ref is missing, say so clearly and ask for the correct branch or compare target.

2. Identify doc-sensitive changes

Focus on high-signal change types:

  • env vars
  • CLI flags and commands
  • API routes or endpoints
  • config keys
  • renamed files or modules
  • setup or onboarding steps

Use the helper script for a deterministic first pass, then inspect the diff manually if needed.

3. Compare the code changes against docs

  • Search docs for old and new names, paths, flags, routes, and config terms.
  • Prefer docs closest to the changed area before scanning the full repo.
  • Read references/heuristics.md when you need the signal rubric or output shape.

4. Classify the outcome

  • low: docs likely OK, or only weak signals with no stale references found
  • medium: possible drift, or strong public-surface changes without confirmed stale docs
  • high: likely or confirmed drift with specific stale terms, paths, or missing instructions

5. Keep the output concise

Use this shape:

  1. Risk level
  2. Why
  3. Impacted docs files
  4. Recommended edits

Rules

  • Prefer deterministic evidence from the diff before semantic guesses.
  • Do not claim confirmed drift unless you can point to a concrete stale reference, missing doc update, or renamed path.
  • If evidence is partial, say possible drift instead of overstating certainty.
  • Ignore formatting-only, comment-only, and test-only changes unless they alter user-facing behavior.
  • Keep the result short and actionable.

Verwandte Skills

wozzeck16621/pptx-from-layouts-skill

🖥️ Generate professional PowerPoint decks from markdown outlines, using your template’s actual layouts for polished, engaging presentations.

community

Imbad0202/academic-research-skills

Academic Research Skills for Claude Code: research → write → review → revise → finalize

community

tavily-ai/tavily-map

Discover and list all URLs on a website without extracting content, via the Tavily CLI. Use this skill when the user wants to find a specific page on a large site, list all URLs, see the site structure, find where something is on a domain, or says "map the site", "find the URL for", "what pages are on", "list all pages", or "site structure". Faster than crawling — returns URLs only. Essential when you know the site but not the exact page. Combine with extract for targeted content retrieval.

community

leopardcatrabbitdog/ecocover-skill

EcoCover is a non-commercial, just-for-fun Codex skill that turns serious articles into sharp Economist-inspired cover concepts: visual metaphors, political collage, symbolic minimalism, and image-generation prompts with editorial bite. It creates pure cover-image ideas only

community

zy-zmc/tianming-skill

天命 · AI长篇小说协同创作Skill — 模块化提示词工程系统 (Claude Skill / Prompt Engineering for Novel Writing)

community

broomva/cross-review

bstack P20 — Cross-Model Adversarial Review Gate. The writer cannot judge the work. 3 strata: Codex cross-vendor / fresh subagent / composed adversarial-review skills. Anti-slop ≥7/10.

community