mirror of
https://github.com/anthropics/skills
synced 2026-09-18 16:28:28 +00:00
claude-api skill: drop the prompt-audit provider-marker note from the subcommand row
Reverts the clause added two commits ago. The prompt-audit row goes back to "state the assumptions in the report, do not stop to ask" with no special-casing of non-Anthropic provider markers, matching the wording that shipped with the prompt-audit subcommand. No-Verification-Needed: markdown-only skill content, no runtime surface
This commit is contained in:
@@ -56,7 +56,7 @@ If the User Request at the bottom of this prompt is a bare subcommand string (no
|
||||
| Subcommand | Action |
|
||||
|---|---|
|
||||
| `migrate` | Migrate existing Claude API code to a newer model. **Read `shared/model-migration.md` immediately** and follow it in order: Step 0 (confirm scope — ask which files/directories before any edit), Step 1 (classify each file), then the per-target breaking-changes section. Do not summarize the guide — execute it. If the user did not name a target model, ask which model to migrate to in the same turn as the scope question. After the per-target changes are applied, audit the in-scope prompt text, tool descriptions, and request code against `shared/prompt-audit.md` — prompting written for the source model is part of every migration, and it does not announce itself. |
|
||||
| `prompt-audit` | Audit existing prompts, skills, and tool descriptions for dated patterns ("cruft") written for older models. **Read `shared/prompt-audit.md` immediately** and follow it in order: Step 0 (establish scope and target model from the request and the repository — state the assumptions in the report, do not stop to ask; non-Anthropic provider markers from Before You Start are recorded as an assumption rather than stopping the audit, and the audit never proposes moving those files to the Anthropic SDK), inventory, provenance, then the pattern scan. Produce both deliverables in full — the audit report (findings with `file:line`, pattern, why it's obsolete for the target model, confidence) and a proposed diff — without pausing for confirmation; apply edits only if the request explicitly asked for them. Do not summarize the guide — execute it. |
|
||||
| `prompt-audit` | Audit existing prompts, skills, and tool descriptions for dated patterns ("cruft") written for older models. **Read `shared/prompt-audit.md` immediately** and follow it in order: Step 0 (establish scope and target model from the request and the repository — state the assumptions in the report, do not stop to ask), inventory, provenance, then the pattern scan. Produce both deliverables in full — the audit report (findings with `file:line`, pattern, why it's obsolete for the target model, confidence) and a proposed diff — without pausing for confirmation; apply edits only if the request explicitly asked for them. Do not summarize the guide — execute it. |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user