Project-Wide Linting & Formatting

SkillDev tools

Workflow for running and fixing linting across all project modules

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Project-Wide Linting & Formatting skill

What this skill tells your AI

The instructions your AI receives, as published by oasm-platform/open-asm in .agents/skills/lint/SKILL.md and read by ahel’s review.

When to Use

Use this when you need to run linting and formatting across the entire project, or when fixing lint errors in any service (core-api, console, worker).

Process

1. Core-API

cd core-api && npm run lint

The lint script includes --fix. Fix any remaining errors manually.

Checkpoint: 0 errors.

2. Console

cd console && npm run lint -- --fix

Fix remaining errors manually.

Checkpoint: 0 errors.

3. Worker

cd worker && cargo fmt
cd worker && cargo clippy -- -D warnings

Fix Clippy warnings manually to adhere to Rust best practices.

Checkpoint: 0 warnings/errors.

4. Final Verification

task lint

All modules must pass linting without errors.

Completion Summary

  • Core-API: ✅ / ❌ (list fixed issues if any)
  • Console: ✅ / ❌ (list fixed issues if any)
  • Worker: ✅ / ❌ (list fixed issues if any)
  • Status: LINT-CLEAN

Signals

GitHub stars
187
Forks
30
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
lint-oasm-platform
Source
github.com/oasm-platform/open-asm