# Frb Lint

> Use when you need to run lint, format, or clippy checks in flutter_rust_bridge

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

---


# FRB Lint

> **Note:** Read `frb-dev-env` before running commands and follow the active user's environment rules.

## Quick Reference

| Command | Description |
|---------|-------------|
| `./frb_internal lint --fix` | Run all lints and auto-fix (recommended) |
| `./frb_internal lint` | Run all lints |
| `./frb_internal lint-dart` | Dart only |
| `./frb_internal lint-rust` | Rust only |

## What Lint Includes

It contains:
- `dart analyze`
- `dart format`
- `cargo clippy`
- `cargo fmt`

