.claude/skills/prompt-update/SKILL.md
Classify new content (rule, pattern, workflow step) and write it to the correct documentation layer. Use when user wants to add prompt documentation or mentions /prompt-update command.
npx skillsauth add rakovi4/continue-example prompt-updateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Classify a piece of new content and write it to the correct file(s) in the project's documentation layers.
/prompt-update "always use eq() not any() in Mockito"
/prompt-update "test-review should catch Fake storage assertions"
/prompt-update # Interactive — asks what to add
.claude/templates/documentation/prompt-update-classification.md. Walk ALL 4 decision questions explicitly — principle, detection pattern, code example, layer-specific context. Show the classification before writing:
1. Principle? → frontend-rules.md (new section)
2. Detection? → refactor-agent.md (smell table) + scan-checklist.md (A-check)
3. Template? → new templates/refactoring/extract-tailwind-class.md
4. Layer-specific? → n/a
Most updates touch 2+ files. If only one target is identified, double-check — a rule without detection won't be enforced, a detection without a template won't guide the fix..claude/rules/, .claude/tech/, .claude/agents/, .claude/skills/, .claude/templates/. If a duplicate exists, report it and ask: skip, merge, or replace?.claude/rules/, .claude/templates/), scan the content you just wrote for tech leaks. See "Tech-Agnostic Verification" in the classification template. If a leak is found, rephrase in universal terms first — only relocate to tech binding when the content is inherently tech-specific./skill-creator — see Impact Assessment in classification template./skill-creator.claude/templates/documentation/prompt-update-classification.md — classification guide, decision process, examples, impact assessment/prompt-refactor {target-file} — verify the file is still structurally clean./skill-creator — verify affected skills respect the new content (when Impact Assessment says to run it).testing
Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.
development
Generate BDD test specifications for story in 6 categories (API, UI, Load, Infrastructure, Security, Integration). Use when user wants to create test cases or mentions /test-spec command.
testing
Review tests to replace loose validation (contains, isNotNull, isNotEmpty) with strict validation (isEqualTo on parsed fields). Use when user wants to improve test assertions or mentions /test-review command.
development
Run frontend tests. Use when user wants to run frontend unit tests or mentions /test-frontend command.