# Lint Review Skill

> Run linter and report results for code review

- Skill: `cybertheory/lint-review-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cybertheory/lint-review-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cybertheory/lint-review-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: cybertheory (https://skillmd.com/u/cybertheory)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cybertheory/lint-review-skill

---


# Lint Review Skill

Use this skill when the workflow state is **LINT** or **RUN_LINT**.

## Instructions

1. Trigger the **run_lint** action (no body or optional repo path).
2. Wait for the stream or poll until status is no longer `processing`.
3. When the state becomes **REVIEW_RESULTS**, call **submit_results** with:
   - `passed` (boolean): Whether lint passed.
   - `issues` (array or number): Count or list of issues.

## Example

```json
{
  "passed": false,
  "issues": 3
}
```

Use **request_changes** with a `reason` if the agent should block merge.

