check

Run justfile check recipes and report failures with remediation steps.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/agoodway/GoodSkills --skill check-agoodway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/agoodway/GoodSkills/tree/main/skills/check
Command: npx skills add https://github.com/agoodway/GoodSkills --skill check-agoodway

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly run your project’s quality gate and fix failures without manually figuring out which checks to run.

Core Features & Use Cases

  • Dispatchable check workflow: Run the default check suite via just check, or request an auto-fix pass via a dedicated subcommand.
  • Guardrails for missing/incorrect tooling: Detects whether a justfile exists and whether it includes a check recipe, then provides actionable setup instructions.
  • Category-aware remediation: Uses the detected failure type to guide fixes for common ecosystems (e.g., Elixir/Phoenix, Node.js, Python, Go, Rust), and supports a “show output first” approach to debugging.

What problem does it solve?

This Skill helps you quickly run your project’s quality gate and fix failures without manually figuring out which checks to run.

Core Features & Use Cases

  • Dispatchable check workflow: Run the default check suite via just check, or request an auto-fix pass via a dedicated subcommand.
  • Guardrails for missing/incorrect tooling: Detects whether a justfile exists and whether it includes a check recipe, then provides actionable setup instructions.
  • Category-aware remediation: Uses the detected failure type to guide fixes for common ecosystems (e.g., Elixir/Phoenix, Node.js, Python, Go, Rust), and supports a “show output first” approach to debugging.

Quick Start

Ask for: /check fix to run the quality checks and apply automated fixes for the failures it can resolve.

Frequently Asked Questions about check

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

FAQPage Schema
How do I run project quality checks and auto-fix lint failures across multiple languages?

To run project quality checks and auto-fix lint failures, you can use a justfile check recipe. This dispatches the default check suite and applies automated fixes for common ecosystems like Elixir, Node.js, Python, Go, and Rust.

What happens if my repository is missing a justfile or a check recipe when running static analysis?

If your repository is missing a justfile or a check recipe, the quality check workflow detects the missing tooling and provides actionable setup instructions to help you configure the required justfile check recipe correctly.

How do I fix failing CI workflow checks for a multi-language repository?

To fix failing CI workflow checks for a multi-language repository, use category-aware remediation that detects the failure type and guides ecosystem-specific fixes for languages like Elixir/Phoenix, Node.js, Python, Go, and Rust.

Does this developer tooling support deterministic dispatch for auto-fixing static analysis errors?

Yes, this developer tooling supports deterministic dispatch behavior for auto-fixing static analysis errors. It uses subcommands like /check fix to apply automated fixes and /check help for guidance.

What is the best way to debug quality check failures before applying automated fixes?

The best way to debug quality check failures before applying automated fixes is to use the show output first approach. This lets you review the actionable failure output before requesting the auto-fix pass.