Total 30,670 skills, Code Quality has 1620 skills
Showing 12 of 1620 skills
Use when prettier integration with editors, pre-commit hooks, ESLint, and CI/CD pipelines.
Pre/post-operation validation to detect missing components and prevent future issues
Run full validation to ensure code is ready for merge. Use before merging PRs, when asked to validate readiness, or as a final check before requesting review.
Remove AI-style noise from staged and branch diffs while preserving behavior and repository style.
Run Codex CLI /review via tmux to review uncommitted changes. Launches Codex in isolated tmux session, sends /review command, selects option 2, captures output. Use when you want a second opinion on uncommitted code changes.
Code quality standards — lint (eslint/oxlint), type check (tsc), pre-commit hooks, and comment conventions. All comments must be in English.
Check code quality and formatting before committing changes
Run all pre-commit checks before committing changes. Use to manually verify changes pass all quality gates before committing.
Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
Guides technical evaluation of code review feedback before implementation. Use when receiving PR comments, review suggestions, GitHub feedback, or when asked to address reviewer feedback. Emphasizes verification and reasoned pushback over blind agreement.
Classic and modern software design patterns