.agents/skills/pre-commit-framework-recipe/SKILL.md
Declarative pre-commit framework recipe for polyglot repositories with stage-aware hooks (pre-commit and pre-push). Use when repositories need non-Node quality gates or mixed toolchains.
npx skillsauth add filippovskii09/quize-audit pre-commit-framework-recipeInstall 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.
Define reproducible multi-language git hooks via .pre-commit-config.yaml.
From ksk-ki:
check-yaml, trailing-whitespace, end-of-file-fixer, check-added-large-files)ruff, ruff-format, local stylelint)pre-push stage for heavy tests (coverage/test command)pre-commitpip install pre-commit
pre-commit install
pre-commit install --hook-type pre-push
pre-commit run --all-files
pre-commit.pre-push.rev) for reproducibility.Polyglot projects get deterministic, version-pinned hook execution with stage-level performance control.
development
Domain skill for React internationalization setup with react-intl, locale switching, and typed i18n context. Use when adding new translations or extending locale behavior.
development
Domain skill for reusable typed React hooks used in business logic. Use when extending or validating shared hooks like local storage and pagination.
development
Reusable Prettier formatting recipe for TypeScript and frontend repositories. Use when enforcing consistent code style and integrating format checks in hooks.
development
Reusable Jest setup recipe for React + TypeScript + ESM projects using ts-jest and jsdom. Use when creating or validating the unit test runtime.