Run TypeScript checks and fix all errors (project)
Automatically runs TypeScript checks and fixes all errors in your project. Use this to quickly resolve type errors and linting issues before committing code.
/plugin marketplace add macalinao/claude-plugin/plugin install macalinao-igm-igm-plugin@macalinao/claude-pluginRun the check-and-fix agent using the Task tool with subagent_type: 'check-and-fix'. This agent will:
bun run typecheck to identify TypeScript errorsbun run lint:fix to identify and automatically fix linting errorsUse the following prompt for the agent:
"Run TypeScript checks and fix all errors in the project. Be thorough and ensure all errors are resolved before completing."