com um clique
lint
Run linters and formatters for the appropriate language
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run linters and formatters for the appropriate language
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Yellow Network Protocol app sessions for AI agents - a shared room where several agents pool funds, reallocate off-chain at machine speed, and settle one final split. Use for multiparty settlement among agents. Covers connecting, the funded-account prerequisite, creating a session with participants + weights + quorum, deposit, operate, withdraw, close, and the trust boundary. Grounded in the official @yellow-org/sdk lifecycle example.
Run tests for a specific module or the whole project
Build SDK packages in the correct dependency order
Thorough code review of current changes or a specific PR
Run TypeScript type checking across SDK packages
| name | lint |
| description | Run linters and formatters for the appropriate language |
| allowed-tools | Bash, Read |
Lint and check formatting for: $ARGUMENTS
Route to the correct linter based on context:
cd sdk/ts && npm run lint && npx prettier --check .cd sdk/ts-compat && npm run typecheck (no dedicated lint script; typecheck is the closest)cd contracts && forge fmt --checkgo vet ./... from repo root (or scope to specific path like ./sdk/go/...)If no arguments provided, run all applicable linters and report a summary.
Report any issues found. Suggest fixes but do not auto-apply unless the user asks.