# Lint Repo

> lint-repo

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

---

# lint-repo

> Codex generate for `skills/lint-repo/SKILL.md`. Keep the authored skill canonical and regenerate this file when it changes.

## Summary

Check that this skill package is internally consistent and report actionable failures.
## Command

- Runtime: `go`
- Invocation: `go run ./cmd/lint-repo`
## Compatibility
- Requires: go >=1.22
- Supported OS: darwin, linux
- Requires a repository checkout
- Run from the example root so the command can inspect the authored and generated skill files together.
## Allowed tools
- `bash`
- `go`

## Canonical instructions

# Lint Repository

## What it does

Checks that the example skill package keeps its canonical `SKILL.md`, generated artifacts, and command doc in sync.

## When to use

Use this when you want a small but real Go-backed skill example instead of a placeholder command stub.

## How to run

Run `go run ./cmd/lint-repo` from the example root.

## Constraints

- This is a non-interactive command.
- It assumes the current directory is the example checkout.
- Diagnostics go to stdout and stderr; fix the reported issues before rerunning.

