Skip to main content
مستودع GitHub

dotclaude

يحتوي dotclaude على 30 من skills المجمعة من JHostalek، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
30
Stars
10
محدث
2026-08-01
Forks
5
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

audit-comments
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-08-01
sota
مطوّرو البرمجيات

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
متخصصو إدارة المشاريع

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

2026-08-01
plan
مطوّرو البرمجيات

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

2026-07-27
commit
مطوّرو البرمجيات

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
مصممو واجهات الويب والرقمية

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
مصممو واجهات الويب والرقمية

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

2026-07-24
pr
مطوّرو البرمجيات

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

2026-07-24
ux
مصممو واجهات الويب والرقمية

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

2026-07-24
transformer
المهن الحاسوبية الأخرى

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
مطوّرو البرمجيات

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
الكتّاب التقنيون

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
مطوّرو البرمجيات

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

2026-07-24
timesheet
مطوّرو البرمجيات

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

2026-06-12