From rafayels-engineering
Run all quality checks (Go lint, frontend lint, typecheck). Use before committing, creating PRs, or when you need to verify code quality passes.
npx claudepluginhub rafayelgardishyan/rafayels-engineeringThis skill is limited to using the following tools:
```bash
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
make check
make check runs three checks sequentially. All must pass.
Note: This does NOT run tests. Use make test or /test separately.
golangci-lint with depguard architecture rules, errcheck, gosec, complexity limitsfrontend/ and modules/chat/frontend/svelte-check on both frontend projectsRun individual checks when debugging:
make lint # Go only
make lint-frontend # Biome only
make typecheck # svelte-check only
/fix for auto-fixable lint and formatting issuesmake check to confirmAll checks must pass before committing or creating a PR.