run-linters

Run linters after code changes and guide fixes before committing.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Cloud-Officer/claude-code-plugin-dev --skill run-linters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-linters
Source: https://github.com/Cloud-Officer/claude-code-plugin-dev/tree/main/skills/run-linters
Command: npx skills add https://github.com/Cloud-Officer/claude-code-plugin-dev --skill run-linters

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs linters after code changes to ensure code quality and consistency before committing or opening PRs.

Core Features & Use Cases

  • Executes the linters command to detect issues across the repository
  • Analyzes results and guides fixes using the Edit tool
  • Enforces quality by requiring issues to be resolved before reporting completion

Quick Start

After finishing a logical set of changes, run the skill to execute the linters and identify issues to fix before committing