Tag: linting
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…
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…
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…
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.
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…
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.
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.
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.
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 …
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.
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…
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.
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…
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.
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 …
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.
Validate Operator Helm Chart Contributions
Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.
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.
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.