format-codebase-pint

Installation
SKILL.md

Format Codebase with Pint

When To Use

Use this skill when staging commits, fixing PSR/formatting rule violations, or updating linting rules.

Workflow

  1. Verify setup: Ensure Pint is installed via composer (composer require laravel/pint --dev).
  2. Run linting fixer: Run ./vendor/bin/pint from the root of the repository to fix code styling automatically.
  3. Verify files: Run git diff to ensure changes align with formatting expectations.
  4. Dry run audits: In CI pipelines, run ./vendor/bin/pint --test to audit without writing files.

Examples

Good Example

Installs
2
GitHub Stars
1
First Seen
Jul 7, 2026
format-codebase-pint — alizharb/agent-skills