quality-check — for Claude Code quality-check, ts_to_rs, community, for Claude Code, ide skills, cargo fix, cargo fmt, cargo clippy, code quality automation, automated code checks, Claude Code

v1.0.0
GitHub

About this Skill

quality-check is a code analysis AI agent skill that automates quality checks on completion, verifying 0 errors and 0 warnings using cargo fix, cargo fmt, and cargo clippy.

Features

Running cargo fix for auto-fixing compiler warnings
Executing cargo fmt for code formatting checks
Utilizing cargo clippy for catching potential errors
Verifying code quality with cargo test
Checking file lines using scripts/check-file-lines.sh

# Core Topics

lapinChiro lapinChiro
[0]
[0]
Updated: 3/21/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

quality-check

Boost code quality with automated checks for Claude Code, Cursor, and Windsurf. Ensure error-free coding with this AI agent skill, perfect for developers...

SKILL.md
Readonly

Quality Check on Completion

Trigger

When user-requested work is complete (before commit).

Actions

Run all of the following and verify 0 errors, 0 warnings:

bash
1cargo fix --allow-dirty --allow-staged > /tmp/fix-result.txt 2>&1 2cargo fmt --all --check > /tmp/fmt-result.txt 2>&1 3cargo clippy --all-targets --all-features -- -D warnings > /tmp/clippy-result.txt 2>&1 4cargo test > /tmp/test-result.txt 2>&1 5./scripts/check-file-lines.sh > /tmp/file-lines-result.txt 2>&1

cargo fix auto-fixes compiler warnings like unused imports. Running it before cargo fmt / cargo clippy reduces manual fixes. check-file-lines.sh verifies that .rs files under src/ are 1000 lines or fewer.

Follow .claude/rules/command-output-verification.md for command output verification.

On errors:

  1. Fix all errors, including those not caused by the current changes
  2. If an error cannot be fixed, document the cause and impact and report to the user

Prohibited

  • Deleting or weakening tests to eliminate errors
  • Suppressing clippy warnings with #[allow(...)] (fix the root cause)
  • Reporting "complete" without running quality checks
  • Skimming output and judging it as "looks fine". Verify through each command's final message
  • Deferring discovered warnings/errors because they're "not caused by this change" or "out of scope". If fixable when discovered, fix it; if it's a false positive, investigate and report accordingly

Verification

  • All commands completed with exit code 0
  • Full output of each output file has been reviewed via the Read tool

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is quality-check?

quality-check is a code analysis AI agent skill that automates quality checks on completion, verifying 0 errors and 0 warnings using cargo fix, cargo fmt, and cargo clippy.

How do I install quality-check?

Run the command: npx killer-skills add lapinChiro/ts_to_rs/quality-check. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with quality-check?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add lapinChiro/ts_to_rs/quality-check. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use quality-check immediately in the current project.

Related Skills

Looking for an alternative to quality-check or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI