Tag: code-quality

Type: All Skills Tools
skill ★ 1,010

Automated Codebase Audit, Issue Tracking, and Fixing

This skill performs a comprehensive, end-to-end codebase audit, systematically identifying security, quality, and logic vulnerabilities. It then automatically generates structured GitHub issues, fixes each issue in an isolated worktree, and…

TencentCloudBase/CloudBase-MCP codebase-audit security-review github-issues pr-automation
skill

Automated Pull Request Review Agent

This skill automates comprehensive Pull Request reviews, checking for logical correctness, security vulnerabilities, and adherence to architectural standards. It structures feedback using criticality badges and posts detailed inline comment…

Significant-Gravitas/Auto-GPT pr-review code-quality security github-cli
skill ★ 1,357

Writing Focused, Practical Codebase Tests

This skill guides developers through writing high-impact, focused tests for complex codebases, adhering to the 80/20 principle. It mandates minimal mocking, preferring real database interactions while focusing assertions on core behavior an…

dust-tt/dust unit-testing integration-testing typescript testing-strategy
skill

discover and plan fixes for flaky tests

This skill analyzes GitHub Actions failure logs to discover, rank, and diagnose flaky tests across a codebase. It orchestrates parallel agents to investigate root causes, map test coverage, and propose detailed, principled fix strategies.

StacklokLabs/toolhive flaky-tests ci-analysis testing-strategy code-quality
skill

Augments Code Review with Senior Partner Insights

This skill acts as a senior review partner, helping developers thoroughly evaluate code changes by summarizing intent, mapping ownership responsibilities, detailing structural changes, and surfacing key concerns using conventional comment l…

StacklokLabs/toolhive code-review pr-review diff-analysis code-quality
skill ★ 3,264

Project Code Standards Reviewer Skill

This skill reviews code changes against a comprehensive set of project-specific coding standards. It validates adherence to rules covering multitenancy, data access patterns, architectural layering, and modern TypeScript best practices.

langwatch/langwatch code-review typescript code-quality best-practices
skill ★ 141,907

React Component Refactoring Skill

Provides patterns and workflows for refactoring high-complexity React components in the Dify frontend. It enables developers to reduce complexity by extracting custom hooks, sub-components, and simplifying conditional logic.

langgenius/dify react refactoring frontend typescript
skill ★ 141,907

Backend Code Review and Quality Analysis

This skill analyzes backend code (e.g., Python files in api/) for security vulnerabilities, performance bottlenecks, and adherence to best practices. It supports reviewing staged changes, code snippets, or specific files across multiple def…

langgenius/dify backend-review code-quality security-audit python
skill

React Component Refactoring and Complexity Reduction

Provides structured patterns for refactoring high-complexity React components, focusing on extracting custom hooks, sub-components, and managing complex state logic. It guides developers through manual complexity assessment to improve maint…

logspace-ai/langflow react typescript component-refactoring frontend-architecture
skill ★ 28

Three-layer code verification and quality assurance

This skill performs comprehensive code verification by running LSP diagnostics, compiling the project, and executing the test suite in parallel. It provides a structured report detailing blocking issues, including test failure correlation, …

blackwell-systems/agent-lsp lsp build testing verification
skill ★ 28

Automated Code Quality Audit Skill

Performs deep code quality audits on files, packages, or directories by combining LSP-based batch analysis with LLM-driven heuristic checks. It identifies issues such as dead symbols, error wrapping gaps, and concurrency safety risks across…

blackwell-systems/agent-lsp lsp code-audit static-analysis mcp
skill ★ 50

Comprehensive code quality verification loop

This skill executes a multi-phase quality gate, systematically checking code through build, type validation, linting, comprehensive testing, security scanning, and diff review. It generates a detailed report to ensure the codebase is ready …

tan-yong-sheng/ai-vision-mcp code-quality testing linting security-scan
skill ★ 50

Modern Web Development Best Practices

Provides a comprehensive guide for implementing modern web development standards, covering security, browser compatibility, and performance optimisation.

tan-yong-sheng/ai-vision-mcp web-development security-audit code-quality frontend-development
tool ★ 835

Evidence-backed code quality critique and roast

This tool performs deep, evidence-backed code reviews, identifying antipatterns, security flaws, and structural sins with precise file and line citations. It delivers a structured report detailing the issues and suggesting actionable, sever…

bgauryy/octocode-mcp code-review antipatterns security-audit refactoring
skill ★ 21

Comprehensive Codebase Technical Debt Auditor

This skill coordinates a comprehensive technical debt audit by scoping the codebase across four vectors: architectural, structural, operational, and hygiene. It executes a dedicated agent to generate a detailed, prioritized audit document s…

HatmanStack/RAGStack-Lambda repo-audit technical-debt code-quality agentic
skill ★ 24,025

Structured code standards and quality review

This skill provides a comprehensive, multi-step framework for reviewing pull requests, covering critical bugs, general code quality, and adherence to defined style guides. It ensures feedback is structured into critical issues, suggestions,…

mastra-ai/mastra code-review code-quality style-guide pr-review
skill ★ 33

AST-based smart code review and quality analysis

This skill performs deep, AST-aware code reviews by analyzing diffs across various scopes (staged, branch, commit). It identifies bugs, security flaws, and performance issues, providing structured feedback including a quality score and acti…

selvage-lab/selvage code-review ast-analysis diff-checking code-quality
skill ★ 78,845

SonarCloud Findings Triage and Audit

Automates the triage of SonarCloud findings by searching for issues and security hotspots and applying resolutions such as False Positive or Won't Fix. It supports bulk-marking entire rule families via the SonarCloud Web API.

netdata/netdata sonarqube sonarcloud code-quality security-audit
skill ★ 78,845

Automated PR Review and Merge Readiness Handler

This skill automates the entire pull request review cycle, iteratively addressing all findings from human reviewers, AI bots, and CI checks until the code is merge-ready. It manages complex tasks such as paranoid pagination, cross-source fi…

netdata/netdata pr-review git-workflow code-quality ci-automation
skill ★ 78,845

codacy ci audit for pre-push and pr triage

This skill automates local static analysis checks mirroring Codacy CI, enabling pre-push prevention before pushing code. It also provides read-only PR triage by fetching and clustering Codacy issues via the v3 API.

netdata/netdata codacy static-analysis ci-audit pr-triage
skill

Repository Review Automation Orchestrator

Orchestrates periodic repository review cycles by dispatching findings to specialised reviewers and aggregating results into reports, issues, or pull requests. It manages the end-to-end workflow, including finding normalisation and escalati…

TencentCloudBase/CloudBase-AI-ToolKit repository-review automation orchestration code-quality
skill

Automated Codebase Audit and Repair

Performs a comprehensive codebase review to identify security, logic, and quality issues, then automatically creates GitHub issues and submits fixes via isolated git worktrees.

TencentCloudBase/CloudBase-AI-ToolKit codebase-audit github-automation git-worktree security-audit
skill ★ 75

Automated pre-commit security and quality validation

Perform automated security scans, quality gate validations, and antipattern detection before committing or opening pull requests. It also enables symbol-level diffing and bug prediction for high-risk code changes.

nikolai-vysotskyi/trace-mcp pre-commit security-scanning code-quality static-analysis
skill ★ 184,429

Automated Pull Request Review Skill

Automates the review of GitHub pull requests by evaluating code correctness, security, and architectural integrity, then posting structured inline feedback using the GitHub CLI.

Significant-Gravitas/AutoGPT github pr-review code-quality security-audit