Skip to main content
GitHub-Repository

dotclaude

dotclaude enthält 30 gesammelte Skills von JHostalek, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
30
Stars
10
aktualisiert
2026-08-01
Forks
5
Berufsabdeckung
7 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

audit-comments
Softwarequalitätssicherungsanalysten und -tester

Use when auditing comments, docstrings, or embedded documentation prose in a scope — to strip bloat and rewrite cluttered-but-justified entries. Triggers on "audit comments", "clean up docstrings", "strip stale comments", "comment cleanup".

2026-08-01
audit-complexity
Softwarequalitätssicherungsanalysten und -tester

Use when the goal is to reduce code size, remove unnecessary complexity, or simplify a module without removing user-facing behavior.

2026-08-01
audit-contracts
Softwarequalitätssicherungsanalysten und -tester

Use when auditing and fixing end-to-end contracts and compatibility in a scope — HTTP/RPC APIs, events/messages, schemas, files, CLIs, libraries, configuration, database consumers, and external integrations. Triggers on "audit contracts", "API compatibility review", "schema compatibility audit", "check producer/consumer drift", "compatibility review", and "contract review". Performs an architecture-led review of semantic, backward, forward, and mixed-version compatibility; named interface classes are a minimum, never an exhaustive boundary.

2026-08-01
audit-correctness
Softwarequalitätssicherungsanalysten und -tester

Use when auditing and fixing logic bugs in a scope — off-by-one, wrong operator, inverted condition, unhandled boundary cases, unit/dimension mismatch, code that doesn't do what its name or docstring claims. Triggers on "audit correctness", "fix logic bugs", "check for off-by-one", "correctness review".

2026-08-01
audit-data-integrity
Softwarequalitätssicherungsanalysten und -tester

Use when auditing and fixing end-to-end data integrity in a scope — invariant violations, partial or conflicting writes, unsafe migrations/backfills, duplicate or reordered effects, precision or time corruption, stale derived stores, broken retention/deletion, and unrecoverable drift. Triggers on "audit data integrity", "review data consistency", "check migrations and invariants", "find data corruption", and related requests. Named risks are minimum, never exhaustive.

2026-08-01
audit-error-handling
Softwarequalitätssicherungsanalysten und -tester

Use when auditing and fixing error handling in a scope — swallowed exceptions, defaults returned on error, optional chaining masking missing data, floating promises / missing awaits, entry points with no error boundary, resource leaks on error paths. Triggers on "audit error handling", "hunt silent failures", "fix swallowed errors", "check error boundaries", "missing await".

2026-08-01
audit-logs
Softwarequalitätssicherungsanalysten und -tester

Use when auditing and fixing logging in a scope — missing observability, INFO bloat that doesn't scale, stale or wrong-level messages, payload dumps on routine paths. Triggers on "audit logs", "fix logging", "logging review", "clean up log noise".

2026-08-01
audit-necessity
Softwareentwickler

Use when cutting code in a folder that doesn't earn its keep — whether a solution is over-engineered, where maintenance cost can be reduced, or where a feature should be removed entirely.

2026-08-01
audit-patterns
Softwareentwickler

Use when auditing and unifying pattern consistency in a scope — divergent implementations of the same concern, reimplementations of existing utilities, naming violations, import disorder, unused dependencies. Triggers on "audit patterns", "fix inconsistencies", "unify conventions", "fix reimplementations", "pattern review".

2026-08-01
audit-perf
Softwareentwickler

Use when auditing and fixing performance hot paths in a scope — N+1 queries, overfetching, wasted recomputation, blocking hot paths, unbounded growth. Triggers on "audit performance", "fix slow paths", "check for N+1", "performance review".

2026-08-01
audit-reliability
Softwareentwickler

Use when auditing and fixing reliability or resilience in a scope — timeouts, retries, idempotency, partial failure, dependency outages, overload, failover, recovery, reconciliation, and startup/shutdown behavior. Triggers on "audit reliability", "review resilience", "failure recovery review", "resilience audit", "check graceful degradation", and related failure-tolerance intent. Named failure classes are a minimum, never an exhaustive boundary.

2026-08-01
audit-security
Informationssicherheitsanalysten

Use when auditing and fixing security in a scope — injection (SQL, shell, template), auth/authz gaps, secrets in code or logs, weak crypto, missing validation at trust boundaries, XSS, SSRF, path traversal. Triggers on "audit security", "security review", "fix vulnerabilities", "OWASP check". Performs a comprehensive, architecture-led review; named weakness classes are a minimum, never an exhaustive boundary.

2026-08-01
audit
Softwareentwickler

Use when running the full audit sweep on a scope — runs the focused audit dimensions (necessity, structure, patterns, correctness, error handling, logs, perf, security, tests, complexity, comments) as a parallel-worktree workflow that integrates in dependency order. Triggers on "audit", "full audit", "audit everything".

2026-08-01
audit-structure
Softwareentwickler

Use when auditing repo topology in a scope — code grouped by type where the repo groups by feature, god-modules, misplaced files, leaky or missing module boundaries, layer-direction violations, import cycles, over-nesting. Triggers on "audit structure", "repo structure review", "fix module boundaries", "check layering", "files in the wrong place".

2026-08-01
audit-tests
Softwarequalitätssicherungsanalysten und -tester

Use when the user wants a thorough audit of the existing test suite — aggressively cutting tests that exist just to exist, rewriting weak ones to actually catch the bugs they should, identifying production code that is uncovered or thinly covered, and adding tests where coverage would catch real defects. Trigger on "audit tests", "find test bloat", "tests don't catch anything", or similar requests.

2026-08-01
merge
Softwareentwickler

Use when the user asks to merge another branch into the current branch, pull upstream changes without rebasing, or resolve merge conflicts.

2026-08-01
rebase
Softwareentwickler

Use when the user asks to rebase the current branch onto another branch or update branch history without merging.

2026-08-01
sota
Softwareentwickler

Produce an up-to-date, state-of-the-art recommendation using domain expertise and brief web research. Use only when explicitly invoked.

2026-08-01
sparring
Projektmanagementspezialisten

Use when the user wants to examine a plan, decision, belief, or problem through a rigorous Socratic inquiry before acting.

2026-08-01
plan
Softwareentwickler

Use when a task needs an implementation-ready design document before code changes begin.

2026-07-27
commit
Softwareentwickler

Use when the user asks to commit, create a git commit, checkpoint changes, save work to git, or write a commit message.

2026-07-24
design-refiner
Web- und digitale Schnittstellendesigner

Use when the user wants a UI/UX/frontend *build request* rewritten into an expert design brief before an LLM builds from it. Rewrites the prompt, never executes it; sharpens vague gestures into named techniques, makes implicit constraints explicit, and surfaces absent load-bearing dimensions as author-facing fill slots — never fabricating specifics. Do NOT trigger for design exploration or alternative directions (use design), page/flow usability review (use ux), person-to-person voice rewrites (use writing-identity), or LLM prompt engineering (use prompt). Triggers - "refine this design prompt", "make this UI prompt better", "turn this into a design brief", or "/design-refiner" with a prompt or path.

2026-07-24
design
Web- und digitale Schnittstellendesigner

Use when the requested deliverable is distinct competing approaches to compare before choosing what to implement.

2026-07-24
pr
Softwareentwickler

Use when the user asks to create or update a pull request for the current branch.

2026-07-24
ux
Web- und digitale Schnittstellendesigner

Use when reviewing a user-facing page or flow for usability issues, confusion, friction, or missed UX principles.

2026-07-24
transformer
Sonstige Computerberufe

Use when rewriting an existing skill so Opus 5 (or any frontier reasoning model) executes it with better judgment, less scaffolding, and tighter calibration. Do NOT trigger for new skills from scratch (use skill-creator) or for prompt artifacts (use prompt).

2026-07-24
judge
Softwareentwickler

Use when the user wants an independent expert review of work done in this conversation before accepting or extending it.

2026-07-24
writing-identity
Technische Redakteure

Use when rewriting AI-sounding communication into natural language that sounds like its author, or when drafting in the user's voice, for Slack and chat messages, DMs, emails, technical or project updates, client notes, feedback, explanations, and similar person-to-person writing. Trigger on requests such as 'make this sound human', 'less AI', 'less polished', 'sound like me', or 'rewrite this naturally'. Do NOT use when another person's voice must be preserved, for generic marketing copy, or when the user wants only proofreading without a voice rewrite.

2026-07-24
prompt
Softwareentwickler

Use when the user asks to create, refine, evaluate, or optimize an LLM system prompt.

2026-07-24
timesheet
Softwareentwickler

Use when the user needs a monthly work summary, time-tracking report, or commit-based activity recap.

2026-06-12