Help us improve
Share bugs, ideas, or general feedback.
From claude-qae
TypeScript, Python, SQL, and Bash code standards enforced via lint, hooks, and CI. Based on cert exam Domain 3 + playbook patterns.
npx claudepluginhub jadecli/jadecli-kw-plugins --plugin claude-qaeHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-qae:code-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Strict mode enabled, ES modules
Define and enforce coding standards that reduce cognitive load, prevent bugs, and make code maintainable. Use when establishing style guides or linting rules.
Provides language-specific coding standards, style guides, and domain-specific checklists (SQL, LLM trust, race conditions) loaded on demand by other skills during code review and implementation.
Provides standard pre-commit hook configurations for frontend (React/Vue) and infrastructure repositories with hooks for linting, conventional commits, secret scanning, and more.
Share bugs, ideas, or general feedback.
feat(scope):, fix(scope):, chore(scope):any types — use unknown + type guardsconst assertions and discriminated unionsset -euo pipefail in all bash scripts called from PythonPYTHONDONTWRITEBYTECODE=1, PYTHONUNBUFFERED=1schema/facts/ and schema/dimensions/-- DESCRIPTION: what this table represents
-- GRAIN: one row per ...
-- LOAD_TYPE: append-only | SCD1 | SCD2 | full-refresh | incremental
-- SOURCE: source table or system
-- SCHEDULE: cron or frequency
-- DEPENDS_ON: upstream tables
set -euo pipefail on every scriptgh in tests — no real API callsnpm test must pass