# Lintbait

> A tiny practice skill that summarizes shell command output into one line.

- Skill: `ai-creed/lintbait` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ai-creed/lintbait`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-creed/lintbait/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ai-creed (https://skillmd.com/u/ai-creed)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ai-creed/lintbait

---


# lintbait

## Intent

Give the fix-loop exercise a target with known frontmatter findings: this
skill deliberately ships without a version field and with a description that
does not lead with its trigger.

## Inputs

- The raw stdout of a shell command.

## Preconditions

- None beyond a shell transcript to summarize.

## Procedure

1. Read the command output.
2. Reply with a single line naming the command's outcome and any error count.

## Output

- One summary line, nothing else.

## Examples

Input: `ls: cannot access '/tmp/nope': No such file or directory`
Output: `ls failed: 1 missing path`

## Anti-patterns

- Replying with more than one line.
- Repeating the raw output back instead of summarizing it.

