Lint Diff banner
marclove marclove

Lint Diff

Git community

Description

--- allowed-tools: Bash(just lint-diff) argument-hint: [base-ref] [head-sha] description: Lint only changed files against a base reference (fast feedback on PR diffs) --- If `$1` or `$2` are provided, set environment variables and run: - BASE\_REF=$1 HEAD\_SHA=$2 `just lint-diff` Otherwise, run `just lint-diff` with the default base detection. Summarize issues and suggest fixes.

Installation

Installs to ~/.claude/commands/marclove-typeforge-lint-diff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/commands/lint-diff.md -o ~/.claude/commands/marclove-typeforge-lint-diff.md

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

Full documentation available on GitHub

View Source Repository