·code-quality
</>

code-quality

s-hiraoku/synapse-a2a

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently modified code. Triggered by /lint, /check, or /code-quality commands.

18Installs·2Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/synapse-a2a --skill code-quality

SKILL.md

This skill runs code quality tools (ruff, mypy, pytest) and optionally simplifies code.

Report any errors found. If errors remain after fix, stop and report.

Report any type errors found. If errors exist, stop and report.

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently modified code. Triggered by /lint, /check, or /code-quality commands. Source: s-hiraoku/synapse-a2a.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill code-quality
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is code-quality?

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently modified code. Triggered by /lint, /check, or /code-quality commands. Source: s-hiraoku/synapse-a2a.

How do I install code-quality?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill code-quality Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/s-hiraoku/synapse-a2a