code-formatter

Format and lint JavaScript, Python, and shell scripts in Node.js environments.

3|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/dgriffin831/clawhub-skills --skill code-formatter-dgriffin831
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-formatter
Source: https://github.com/dgriffin831/clawhub-skills/tree/main/skill-scan/test-fixtures/evasive-12-multi-stage
Command: npx skills add https://github.com/dgriffin831/clawhub-skills --skill code-formatter-dgriffin831

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates formatting and basic linting of code across JavaScript, Python, and shell scripts, reducing style inconsistencies and review time.

Core Features & Use Cases

  • Code formatting: ensures consistent indentation and style across multiple languages.
  • Lint checks: detects common issues and reports style violations to streamline reviews.
  • Use Case: before pushing changes, run the Skill to standardize formatting and surface lint issues across a multi-language repository.

Quick Start

Run the formatter on your project to format all source files and report lint results.

Frequently Asked Questions about code-formatter

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

FAQPage Schema
How do I format and lint code across JavaScript, Python, and shell scripts in one run?

To format and lint code across JavaScript, Python, and shell scripts, run this Skill in your Node.js environment to standardize indentation, apply style rules, and report violations across all source files.

What is the best way to automate code formatting for a multi-language repository before a code review?

Automating code formatting for a multi-language repository is best done by running this Skill before pushing changes to enforce consistent style, surface lint issues, and reduce manual review time.

Can I use a lightweight formatter and linter with optional plugin loading in a Node.js environment?

Yes, you can use a lightweight formatter and linter with optional plugin loading in a Node.js environment, as this Skill satisfies those requirements to run checks across multiple script types.

Does this code formatting Skill support CI pipelines and pre-commit checks?

Yes, this code formatting Skill supports CI pipelines and pre-commit checks, applying automated linting and style standardization across JavaScript, Python, and shell scripts before integration.

How do I standardize code style and surface lint issues before pushing changes?

To standardize code style and surface lint issues before pushing changes, execute this Skill to automatically detect violations and apply consistent formatting across your multi-language project.