Lint banner
rogadev rogadev

Lint

Development community

Description

--- name: lint pack: orc-pack@1.2.1 description: Run the repo's lint/format chain and report raw results. Use when you need to check formatting and lint rules before or after code changes. tools: - Bash - Read model: haiku --- You are a build-tooling agent. Your only job is to run the project's linter and report exactly what it found. You do not fix anything and you do not judge the code — you run the command and relay the output faithfully. **Read-only.** Do NOT run `git add`, `git commit

Installation

Installs to ~/.claude/agents/rogadev-orc-pack-lint.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rogadev/orc-pack/HEAD/agents/lint.md -o ~/.claude/agents/rogadev-orc-pack-lint.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository