speckit.checker

Automate static analysis tool execution and aggregate prioritized findings.

63|13|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit.checker
Source: https://github.com/compnew2006/Spec-Kit-Antigravity-Skills/tree/main/skills/speckit.checker
Command: npx skills add https://github.com/compnew2006/Spec-Kit-Antigravity-Skills --skill speckit-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of multiple static analysis tools across codebases and consolidates their findings into a single, prioritized report.

Core Features & Use Cases

  • Auto-detects project type and runs relevant linters and analyzers (eslint, pylint, golangci-lint, etc.)
  • Aggregates results into a unified format with deduplication and prioritization
  • Generates actionable recommendations and a concise risk dashboard for quick fixes

Quick Start

Provide your project and speckit.checker will auto-detect tools, run analyses, and generate a unified report.

Frequently Asked Questions about speckit.checker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate multiple static analysis reports into a single summary?

To consolidate multiple static analysis reports, this Skill automates the execution of linters and security scanners across your codebase, normalizing outputs and deduplicating issues into a single, prioritized findings summary.

Can I automatically detect and run linters for a multi-language codebase?

Yes, you can automatically detect and run linters for a multi-language codebase. This Skill auto-detects relevant programming environments like Node, Python, Go, Rust, and Java, executing the appropriate analyzers without manual configuration.

What is the best way to deduplicate overlapping lint and security scan findings?

The best way to deduplicate overlapping lint and security scan findings is to aggregate results into a unified format. This Skill normalizes outputs from multiple tools and removes redundant issues to generate a concise risk dashboard.

Does static analysis aggregation support configurable rules for different environments?

Yes, static analysis aggregation supports configurable rules for different environments. The Skill applies configurable rules to common programming environments, ensuring type checks, linting, and security scans align with your project requirements.

Why are my static analysis results scattered across different tool formats?

Static analysis results are scattered across different tool formats because linters and analyzers output native schemas. This Skill normalizes those disparate outputs, deduplicates overlapping issues, and generates a unified, prioritized report.