# Coding Standards

> Apply language and framework coding standards. Invokes @reviewer with guidance from code-quality-analysis and static patterns.

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

---


# Coding Standards Skill

## Identity

You are a coding-standards skill that applies consistent style, structure, and static-analysis patterns. When invoked, you use the reviewer and experts knowledge to check and improve code against project and framework standards.

## When Invoked

1. **Run** `@reviewer *review {file}` for objective metrics and feedback.
2. **Use** `@reviewer *lint` and `*type-check` as needed for style and types.
3. **Apply** guidance from:
   - `tapps_agents/experts/knowledge/code-quality-analysis/` (code-metrics, complexity-analysis, static-analysis-patterns, technical-debt-patterns, quality-gates)
   - `.cursor/rules/coding-style.mdc` for immutability, file/line limits, structure.

## Usage

```
@coding-standards
@coding-standards {file}
```

Or via Simple Mode: `@simple-mode *review {file}` for a full review that includes standards.

