Runs code quality checks via ./start.sh: type checking, linting, auto-fix. Use after code changes, before commits, or for quality review.
npx claudepluginhub GantisStorm/claude-code-repoprompt-codex-plugins --plugin repoprompt-pair-pipelineThis skill is limited to using the following tools:
Run code quality checks after making code changes.
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.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Run code quality checks after making code changes.
# Full check (type checking + linting)
./start.sh check
# Type checking only
./start.sh typecheck
# Linting only
./start.sh lint
# Linting with auto-fix
./start.sh lint-fix
./start.sh check./start.sh lint-fix