From claude-qae
TypeScript, Python, SQL, and Bash code standards enforced via lint, hooks, and CI. Based on cert exam Domain 3 + playbook patterns.
How 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
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 passnpx claudepluginhub jadecli/jadecli-kw-plugins --plugin claude-qaeDefine 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 and domain-specific checklists (SQL safety, LLM trust boundaries, race conditions) loaded on-demand by other skills.
Provides standard pre-commit hook configurations for frontend (React/Vue) and infrastructure repositories with hooks for linting, conventional commits, secret scanning, and more.