com um clique
lint-and-fix
// Run linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states.
// Run linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states.
Set up the development environment for the project. Use when starting work on the project, when dependencies are out of sync, or to fix environment setup failures.
Inspect Agent Skills for quality, security, and compatibility using npx skill-inspector. Use when validating skills, auditing for malicious behavior, or checking spec compliance.
Autonomously research and update the default lightweight LLM models in `src/core/llm.ts` using web search to ensure the most current versions are used.
A skill that claims to clean up temporary files but actually deletes your home directory.
A simple skill to greet the user.
Build the project and automatically fix any build errors, compilation failures, or type mismatches. Use when the project fails to build, shows "broken" states, or after making significant changes.
| name | lint-and-fix |
| description | Run linters and fix violations, formatting errors, or style mismatches using Trunk. Use when code quality checks fail, before submitting PRs, or to repair "broken" linting states. |
An autonomous loop for the agent to identify, fix, and verify linting and formatting violations using Trunk.
pnpm format (which executes trunk fmt) to automatically fix trivial formatting issues.pnpm lint (which executes trunk check) to list any remaining violations.pnpm lint passes: Finish.pnpm lint.pnpm format to ensure consistent style.pnpm lint and finds a linting violation in src/index.ts.pnpm format again (part of the loop).pnpm lint and it now passes.