lint

Run code quality checks on the Keychat project.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lint" with this command: npx skills add keychat-io/keychat-app/keychat-io-keychat-app-lint

Run code quality checks on the Keychat project.

Arguments

  • $ARGUMENTS
  • Optional: "fix" to auto-fix formatting issues

Commands

Run all checks (analyze + format check)

melos run lint:all

Run analyzer only

melos run analyze

Check formatting

dart format --set-exit-if-changed .

Fix formatting

dart format .

Workflow

If $ARGUMENTS is "fix":

  • Run dart format . to fix formatting

  • Then run melos run analyze to check for remaining issues

Otherwise:

  • Run melos run lint:all to check everything

  • Report any issues found

Analysis configuration

The project uses very_good_analysis rules defined in analysis_options.yaml .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

run

No summary provided by upstream source.

Repository SourceNeeds Review
General

generate

No summary provided by upstream source.

Repository SourceNeeds Review
General

test

No summary provided by upstream source.

Repository SourceNeeds Review