Tag: linting

Type: All Skills Tools
tool ★ 5,664

Pre-commit code analysis and validation utility

This utility provides comprehensive pre-commit analysis for codebases, allowing developers to validate uncommitted changes, specific files, or git references. It supports automated fixing and severity-based failure thresholds, ensuring code…

getsentry/XcodeBuildMCP code-review pre-commit linting git-validation
skill ★ 148,520

Comprehensive Frontend Code Quality Review

This skill performs comprehensive code reviews on frontend files (.tsx, .ts, .js), checking for adherence to established conventions, performance anti-patterns, and security vulnerabilities. It supports both file-targeted and pending-change…

langflow-ai/langflow frontend code-review typescript react
skill ★ 40,224

Automated Code Review and Quality Assurance

This skill provides comprehensive code review assistance, automating style checks and identifying potential bugs, security vulnerabilities, and performance issues. It delivers structured feedback categorized by severity (Critical, Important…

agno-agi/agno code-review linting security best-practices
skill ★ 21,403

Validate project adherence to standards

This skill validates a project's structure by checking for the presence of required documentation files, such as README.md. It reports which essential files are missing to ensure adherence to established conventions.

promptfoo/promptfoo standards validation project-structure linting
skill

Validate operator chart contribution practices

This skill validates adherence to contribution guidelines for Helm charts, performing checks for template rendering, linting, and documentation generation. It provides actionable feedback on any deviations from established operator chart pr…

StacklokLabs/toolhive helm-chart k8s-validation contribution-checks linting
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 ★ 31,523

Robust Git Pre-Commit Hook for Code Quality

This skill implements a robust pre-commit hook using lefthook, ensuring code quality before committing. It runs parallel checks for dependency lockfile synchronization, linting/formatting, and comprehensive unit testing across all packages.

CopilotKit/CopilotKit git-hooks pre-commit linting testing
skill ★ 13,708

Automated Code Review and Quality Assurance

An agentic skill for reviewing code changes against project standards, including Python type safety, branch hygiene, and testing requirements. It verifies compliance with Pydantic usage, linting rules, and documentation best practices.

vectorize-io/hindsight code-review python typescript linting
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 ★ 7

Automated Code Quality Verification Gate

Executes automated quality gates including linting, typechecking, testing, and building based on the specified scope. Supports quick, full, and publish-ready verification workflows.

testdino-hq/testdino-mcp code-verification quality-assurance testing linting
skill ★ 23

AI-Powered Code Quality Gate and Reviewer

This skill acts as an advanced code quality gate, detecting AI-specific defects such as hallucinated imports, phantom packages, and stale APIs across multiple languages. It provides structured reports and fix suggestions for auditing codeba…

raye-deng/open-code-review code-review static-analysis ai-bugs linting
skill ★ 24,025

Mastra Documentation Writing and Linting Skill

A skill for creating and updating Mastra documentation following specific styleguides and linting protocols. It leverages Prettier, Remark, and Vale to ensure consistency across quickstarts, tutorials, and API references.

mastra-ai/mastra mastra documentation-guidelines linting markdown
tool ★ 41

Structural Code Pattern Search and Linting

This skill provides deep, syntax-aware code analysis, enabling developers to search for structural patterns using AST matching or run focused static diagnostics against selected files. It also facilitates the generation of draft linting rul…

drhalto/agentmako static-analysis ast-search linting code-patterns
skill ★ 41

Mako Code Intelligence for Static Analysis

Provides syntax-aware structural pattern searching and static diagnostics for TypeScript and JavaScript projects. It enables AST-based queries and the extraction of rule templates from code fixes.

drhalto/agentmako ast-grep static-analysis typescript javascript
tool ★ 2

Scan and fix hardcoded secrets in codebases

This tool scans codebases using entropy analysis and regex heuristics to detect hardcoded secrets and credentials. It can then automatically refactor the code, replacing leaked values with environment variable references and migrating them …

I4cTime/quantum_ring secret-scanning code-audit credential-management linting
skill ★ 2

Scan and remediate hardcoded secrets from codebases

This skill scans codebases using entropy analysis and regex heuristics to detect hardcoded credentials. It can then automatically lint and fix these findings by replacing secrets with environment variable references.

I4cTime/quantum_ring secret-scanning code-auditing linting security
skill ★ 1,806

Validate Operator Helm Chart Contributions

Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.

Stacklok/toolhive helm kubernetes linting operator-charts
skill

Automated Code Review and Linting Skill

An agentic skill designed to automate code reviews by checking for style guide compliance, running automated linting scripts, and identifying security vulnerabilities or performance issues.

phidatahq/phidata code-review linting security-auditing automated-testing
skill ★ 26,383

Automated Code Change Verification Pipeline

Executes a mandatory verification pipeline including formatting, linting, type checking, and testing to ensure code integrity. It uses fail-fast semantics and parallel execution for validation steps following code formatting.

openai/openai-agents-python code-verification python testing linting