Back to tags
Tag

Agent Skills with tag: code-quality

61 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

moai-workflow-loop

>

lspast-grepfeedback-loopcode-quality
modu-ai
modu-ai
603106

makepad-code-quality

Makepad-aware code simplification and quality improvement. Understands Makepad-specific patterns that must NOT be simplified, such as borrow checker workarounds, grapheme handling, live_design! syntax, and widget lifecycle patterns. Use when refactoring or reviewing Makepad code.

makepadcode-qualitycode-refactoringcode-simplification
ZhangHanDong
ZhangHanDong
11118

code-review-patterns

Code review best practices including review checklists (functionality, tests, documentation, security, performance), providing constructive feedback, automated checks integration, and handling review comments. Use when reviewing pull requests, providing code feedback, responding to review comments, or setting up review processes.

pull-requestscode-qualitydeveloper-guidancefeedback
randalmurphal
randalmurphal
0

Python Style Standards

Python coding standards including line length (80 chars), naming conventions (snake_case, PascalCase), type hints, docstrings, exception handling, and logging patterns. Use when writing new Python code or reviewing code quality.

pythoncoding-standardsnaming-conventionstype-hints
randalmurphal
randalmurphal
0

pr-review-standards

Code quality standards for PR review agents including try/except rules, logging patterns, type hints, and verification requirements. Use when reviewing code, spawning PR review agents, or validating code quality.

code-qualitytry-exceptloggingtype-hints
randalmurphal
randalmurphal
0

programming

Always use this skill when writing or editing code of any sort!

coding-patternssoftware-development-processcode-qualityprogramming-languages
cardoso-neto
cardoso-neto
0

dev-delegate

Internal skill used by dev-implement during Phase 5 of /dev workflow. NOT user-facing - should only be invoked by dev-ralph-loop inside each implementation iteration. Handles Task agent spawning with TDD enforcement and two-stage review (spec compliance + code quality).

tddcode-qualitytask-agentinternal-skill
edwinhu
edwinhu
0

dev-review

REQUIRED Phase 6 of /dev workflow. Combines spec compliance and code quality checks with confidence scoring.

spec-compliancecode-qualityconfidence-scoringdev-workflow
edwinhu
edwinhu
0

code-reviewer

코드 리뷰, 코드리뷰, 리뷰, PR 리뷰, 검토 - Expert at reviewing code for quality, adherence to architectural principles, security, and performance. Use this to ensure code meets project standards before merging or after implementation.

code-reviewpull-requestscode-qualitysecurity
aimskr
aimskr
0

next-code-reviewer

Review code for adherence to project guidelines, style guides, and best practices. Use after writing or modifying code, before committing changes or creating pull requests.

code-reviewbest-practicesstandards-compliancepre-commit
Morriz
Morriz
0

next-code-simplifier

Simplify code for clarity, consistency, and maintainability while preserving all functionality. Use after completing a coding task or after passing code review to polish the implementation.

refactoringcode-cleanupcode-quality
Morriz
Morriz
0

next-type-design-analyzer

Analyze type design quality and invariants. Use when introducing new types, during PR creation with data models, or when refactoring type designs.

type-definitionscode-qualitydata-modelingpull-requests
Morriz
Morriz
0

next-silent-failure-hunter

Identify silent failures, inadequate error handling, and inappropriate fallback behavior. Use when reviewing code with error handling, catch blocks, or fallback logic.

error-handlingcatch-blocksfallback-mechanismscode-quality
Morriz
Morriz
0

code-reviewer

Use when explicitly asked to run the code-reviewer subagent or when another skill requires the code-reviewer agent card.

code-reviewagent-testingcode-qualitycode-analysis
troykelly
troykelly
1

clean-commits

Use when committing code - ensures atomic, descriptive commits that leave the codebase in a merge-ready state at every point

atomic-commitscommit-messagecode-qualitygit
troykelly
troykelly
1

no-deferred-work

Use during all development - no TODOs, no FIXMEs, no "we'll add this later"; do it now or get explicit deferral permission

developer-guidancetechnical-debtcode-qualityworkflow
troykelly
troykelly
1

review-gate

HARD GATE before PR creation - verifies review artifact exists in issue comments, all findings addressed or tracked, blocks PR creation if requirements not met

pull-requestreview-gateissue-commentsblocker
troykelly
troykelly
1

style-guide-adherence

Use when writing code - follow Google style guides where available, otherwise follow established best practices for the language

style-guidecoding-standardsbest-practicesgoogle-style-guide
troykelly
troykelly
1

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

pull-requestscode-qualitydeveloper-guidancemerge
axiomantic
axiomantic
0

code-reviewer

Comprehensive multi-AI code review system for Python, JavaScript, and TypeScript. Use when reviewing code for quality, security, performance, or best practices. Includes automated analysis scripts, language-specific patterns, and AI collaboration workflows for complex decisions.

code-reviewstatic-analysiscode-qualitybest-practices
nikhillinit
nikhillinit
0

code-auditor

Performs comprehensive codebase analysis covering architecture, code quality, security, performance, testing, and maintainability. Use when user wants to audit code quality, identify technical debt, find security issues, assess test coverage, or get a codebase health check.

codebase-analysiscode-qualitytechnical-debtsecurity-assessment
prof-ramos
prof-ramos
0

move-code-quality

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working with .move files or Move.toml manifests.

move-languagecode-qualitystatic-analysismove-2024
prof-ramos
prof-ramos
0

hook-audit

Audits Claude Code hooks for correctness, safety, and performance. Use when reviewing, validating, or debugging hooks, checking exit codes, error handling, or learning hook best practices.

plugin-hookserror-handlingperformance-tuningcode-quality
philoserf
philoserf
0

command-audit

Audits command files for correctness and best practices. Use when reviewing, improving, or validating commands, checking frontmatter, assessing structure, or learning command quality standards.

command-linecode-qualityfrontmatterbest-practices
philoserf
philoserf
0

code-review

Review code changes using CodeRabbit CLI - supports uncommitted files (task mode) or all PR files vs main branch (pr mode). Catches bugs, security issues, and code quality problems before committing or when reviewing pull requests. Use when: (1) Reviewing uncommitted changes before committing (task mode), (2) Reviewing all changed files in a PR against main branch (pr mode), (3) Working on subtasks and want to check progress, (4) Need feedback on work-in-progress code, (5) Preparing PR for merge, (6) When CodeRabbit review is needed, (7) For bug detection and security scanning, or (8) For automated code quality assessment. Triggers: review code, check code quality, review changes, code review, review PR, check for bugs, security scan, review uncommitted, finalize code, pre-commit review.

code-qualitybug-detectionsecurity-scanpre-commit
LukasStrickler
LukasStrickler
0

code-quality

Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown validation. Auto-fixes formatting issues in agent mode or provides read-only checks for CI pipelines. Use when: (1) Before committing code changes, (2) In CI/CD pipelines for automated quality gates, (3) After making significant code changes, (4) When preparing code for review, (5) When ensuring code meets quality standards, (6) For type checking, linting, formatting, and markdown validation, (7) In pre-commit hooks, or (8) For automated quality gates before merging. Triggers: finalize, code quality, typecheck, lint, format, check code, quality check, run checks, pre-commit, before commit, CI checks, validate code.

code-qualitylintingtype-checkingformatting
LukasStrickler
LukasStrickler
0

code-review

コードレビューを実施するためのスキル。ユーザーがコードの品質、セキュリティ、テスト、パフォーマンス、アーキテクチャの観点からコードレビューを依頼した場合に使用します。「コードレビュー」「コードをチェック」「PRをレビュー」「このコードを確認して」などのコードレビュータスクに言及した場合にトリガーします。セキュリティ脆弱性、ロジックエラー、テスト品質、パフォーマンス問題を優先順位付けして指摘し、具体的な改善提案を行います。

code-reviewcode-qualitysecurityperformance
ks6088ts-labs
ks6088ts-labs
0

spec-refactoring

Consolidate and improve evolved specs - identifies inconsistencies, removes redundancy, improves structure while maintaining feature coverage

code-refactoringspecificationredundancy-removalcode-quality
rhuss
rhuss
11

RubyCritic Code Quality Analysis

Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportunities. Provides detailed metrics, scores files A-F, compares branches, and prioritizes high-churn problem areas. Use when analyzing Ruby code quality, reviewing PRs, or identifying technical debt.

rubyrailscode-qualitycode-smell
esparkman
esparkman
10

code-review

Comprehensive code review framework for evaluating implementations against plans, requirements, and quality standards. Provides structured analysis with prioritized, actionable feedback.

code-qualitydeveloper-guidancecode-smellcode-analysis
samjhecht
samjhecht
1

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

test-driven-developmenttest-first-developmentcode-qualitydeveloper-guidance
samjhecht
samjhecht
1

testing-anti-patterns

Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies

mockingtest-smellstest-isolationcode-quality
samjhecht
samjhecht
1

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

test-driven-developmenttest-first-developmentred-green-refactortest-strategy
NickCrew
NickCrew
52

code-quality-workflow

Use when assessing or improving code quality, maintainability, performance, or security hygiene - provides workflows for analysis, code review, and systematic improvements with validation steps.

code-qualitycode-reviewperformancesecurity
NickCrew
NickCrew
52

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims. | Sử dụng khi review code, đánh giá code, xem xét PR, pull request, cải thiện chất lượng code.

code-reviewpull-requestcode-qualitydeveloper-guidance
wollfoo
wollfoo
0

create-pr

Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps.

pull-requestsconventional-commitsbranch-managementlinting
Nymbo
Nymbo
1

commit-work

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.

gitcommit-messageversion-controlconventional-commits
Nymbo
Nymbo
1

code-review

Reviews code for best practices, bugs, security issues, and provides improvement suggestions

code-qualitysecuritybug-detectiondeveloper-guidance
onlyoneaman
onlyoneaman
21

atomic-commits

Creates semantic atomic commits using Conventional Commits. Use always when committing changes, staging files, or when asked to commit code. Analyzes diffs, suggests scope, and can split changes into granular commits.

gitcommit-messageconventional-commitscode-quality
tenlisboa
tenlisboa
2

governance

Engineering standards and code governance enforcement. Triggers during code review discussions, PR descriptions, commit preparation, and when discussing code quality. Ensures compliance with standards.md and runs audit checks. Trigger phrases include "code review", "review this", "commit", "standards", "compliance", "code quality", "best practices", "before I merge".

code-reviewcompliancestandardscode-quality
wrsmith108
wrsmith108
1

ultracite

Enforce strict type safety, accessibility standards, and code quality for TypeScript/JavaScript projects using Biome's formatter and linter. Use when writing, reviewing, or fixing TS/JS/TSX/JSX code, checking for a11y issues, linting errors, type safety problems, or when the user mentions code quality, formatting, accessibility, or best practices.

typescriptjavascriptlintingcode-quality
Tylerbryy
Tylerbryy
1

rust-guidelines

Pragmatic Rust conventions to keep code readable, testable, and performant for this project.

rustcoding-standardsdeveloper-guidanceperformance
lambdamechanic
lambdamechanic
11

coding-standards

代碼實作階段觸發。強制執行統一的編碼規範,支援 Java、TypeScript、Go 多語言。包含 Input/Output 模式、依賴注入、不可變物件等規範,確保代碼風格一致性。

coding-standardscode-stylelintingmulti-language
knowlet
knowlet
1

enforce-contract

單元測試與代碼提交前觸發。掃描並驗證方法的 pre-conditions、post-conditions 與 invariants,透過契約式設計減少 AI 幻覺。

contract-testingpre-commitunit-testingdesign-by-contract
knowlet
knowlet
1

code-reviewer

自動化代碼審查,檢查程式碼品質、架構合規性、編碼標準,並與規格定義進行比對。

code-qualitystatic-analysiscoding-standardsspecification-validation
knowlet
knowlet
1

code-review

Activates when user wants code reviewed for quality, best practices, bugs, or improvements. Triggers on "review this code", "check my implementation", "is this code good", "find bugs", "improve this function", "code quality check", or requests for feedback on code.

code-qualitybug-detectionbest-practicescode-improvement
always-further
always-further
1

code-standards

Expert in code design standards including SOLID principles, Clean Code patterns (KISS, YAGNI, DRY, TDA), and pragmatic software design. **ALWAYS use when designing ANY classes/modules, implementing features, fixing bugs, refactoring code, or writing functions.** Use proactively to ensure proper design, separation of concerns, simplicity, and maintainability. Examples - "create class", "design module", "implement feature", "refactor code", "fix bug", "is this too complex", "apply SOLID", "keep it simple", "avoid over-engineering".

software-designcode-qualityclean-codeSOLID-principles
atalovesyou
atalovesyou
1

review-diffs

Performs comprehensive code review on git diffs and generates review.md with quality scores, critical issues, performance concerns, and potential bugs. Use when user requests to review changes, check code quality, analyze diffs, or validate LLM-generated code

code-qualitygitdiffcode-review
uuta
uuta
11

clean-code

Analyze and improve code quality, readability, and maintainability

code-qualityreadabilitymaintainabilitycode-refactoring
pluginagentmarketplace
pluginagentmarketplace
11

solid-principles

Apply and validate SOLID principles in object-oriented design

solid-principlesobject-oriented-designsoftware-designcode-quality
pluginagentmarketplace
pluginagentmarketplace
11

Page 1 of 2 · 61 results