← Volver al catálogo
JHostalek

Autor en el catálogo

JHostalek

33 skills264 estrellas en totalgithub.com/JHostalek

Skills publicadas

audit-security

8

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".

Segurança#sql#aipor JHostalek

timesheet

8

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

Desenvolvimento#aipor JHostalek

audit-complexity

8

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

Desenvolvimento#aipor JHostalek

audit-error-handling

8

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".

Dados e Análise#aipor JHostalek

audit-necessity

8

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.

Desenvolvimento#aipor JHostalek

audit-perf

8

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".

Segurança#aipor JHostalek

design

8

Use when the user needs design exploration, multiple distinct solution directions, or tradeoff-driven options before implementation.

Design e Frontend#aipor JHostalek

audit-tests

8

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

Desenvolvimento#ai#testpor JHostalek

judge

8

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

Desenvolvimento#aipor JHostalek

pr

8

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

Desenvolvimento#aipor JHostalek

audit-comments

8

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".

Escrita e Conteúdo#aipor JHostalek

audit-correctness

8

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".

Desenvolvimento#aipor JHostalek

audit-logs

8

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".

Marketing#aipor JHostalek

audit-patterns

8

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".

DevOps e Infra#aipor JHostalek

commit

8

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

Desenvolvimento#git#aipor JHostalek

improve-skill

8

Use when the user asks to improve, compare, audit, or identify gaps in an existing skill.

Segurança#aipor JHostalek

audit-structure

8

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".

Desenvolvimento#aipor JHostalek

color-system

8

Use when the user needs help choosing, evaluating, fixing, extending, or operationalizing colors for any interface. Trigger on requests about palettes, color grading, themes, semantic roles, contrast, tokens, visual tone, muddy or washed-out UI, dark mode, light mode, state colors, or making colors feel right. Use this skill to teach flexible color judgment and, when useful, support that judgment

Design e Frontend#aipor JHostalek

find-skills

8

Use when the user asks how to do something, wants a skill for a task, or wants to discover and install new agent capabilities.

Produtividade#aipor JHostalek

orch

8

Use when a task spans multiple files or workstreams and benefits from parallel implementation by an agent team.

Produtividade#aipor JHostalek

rebase

8

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

Desenvolvimento#aipor JHostalek

transformer

8

Use when rewriting an existing skill so Opus 4.8 (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).

Escrita e Conteúdo#aipor JHostalek

merge

8

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

Desenvolvimento#aipor JHostalek

prompt

8

Use when the user asks to create, refine, evaluate, or optimize an LLM prompt. Do NOT trigger for Claude Code skills (use skill-creator) or when rewriting an existing skill (use transformer). Example triggers - "write a prompt for my summarizer", "tighten this system prompt", "evaluate this agent prompt".

Desenvolvimento#llm#aipor JHostalek

qg

8

Use after making changes to run the project's quality gates and report pass or fail for each relevant check.

Desenvolvimento#aipor JHostalek

sparring

8

Use when the user has a proposal, position, or design and wants it adversarially pressure-tested before committing.

Desenvolvimento#ai#testpor JHostalek

plan

8

Use when a task is multi-step, ambiguous, or high-impact and you need an executable implementation plan before editing code.

Desenvolvimento#aipor JHostalek

pr-review

8

Use when reviewing a pull request, merge request, or local diff for correctness, security, and code quality.

Desenvolvimento#aipor JHostalek

seo-geo

8

Use when the user wants to improve website search visibility, AI search visibility, schema markup, indexing, metadata, or keyword targeting.

Documentos#seo#aipor JHostalek

ux

8

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

Design e Frontend#aipor JHostalek

worktree-clean

8

Use when removing a git worktree and cleaning up its associated local branch from the main repository.

Desenvolvimento#git#aipor JHostalek

worktree

8

Use when starting new feature work that should happen in an isolated git worktree on its own branch.

Desenvolvimento#git#aipor JHostalek

audit

8

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".

Segurança#ai#testpor JHostalek

Alerta por categoría

Recibe nuevas skills de Segurança todos los lunes