Auto Format Code banner
Weaverse Weaverse

Auto Format Code

Code Quality community intermediate

Description

I'll format your code and fix TypeScript issues using the project's configured tools. I'll detect and run: - **Formatters**: Prettier, ESLint --fix, Biome, rustfmt, black, etc. - **TypeScript fixes**:

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for Weaverse/.agents, shared by 7 entries in this directory. It describes the repository, not this entry specifically.


description: Auto-format code and fix TypeScript issues

Auto Format Code

I'll format your code and fix TypeScript issues using the project's configured tools.

I'll detect and run:

  • Formatters: Prettier, ESLint --fix, Biome, rustfmt, black, etc.
  • TypeScript fixes: eslint --fix, tsc --noEmit for type checking
  • Import fixes: organize imports, remove unused imports

Process:

  1. Check for config files (prettier.config.js, .eslintrc, tsconfig.json)
  2. Run formatters on modified files first
  3. Fix TypeScript errors and warnings
  4. Show summary of changes made

Commands I'll try:

  • nr biome:fix (primary - formats and fixes TypeScript)
  • npm run format or yarn format
  • tsc --noEmit for type checking

Fast, focused formatting with TypeScript error resolution.