Use this skill to run npm run lint and fix linting issues. Triggers on fixing lint errors after code changes or validating code against project style guidelines.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: lint-fixer description: "Use this skill to run npm run lint and fix linting issues. Triggers on fixing lint errors after code changes or validating code against project style guidelines."
Lint Fixer
Fix linting issues while preserving code functionality.
Lint Tools
npm run lint runs 4 tools in sequence:
- Biome (
biome check --write) - Formatter + linter, auto-fixes - oxlint (
oxlint --fix) - Fast JS/TS linter, auto-fixes - tsgo (
tsgo --noEmit) - TypeScript type checking - secretlint - Detects secrets/credentials
Workflow
- Run
npm run lintto identify issues - Review errors by category (type errors vs style vs secrets)
- Fix issues - Biome/oxlint auto-fix most style issues
- Run
npm run lintagain to verify - Run
npm run testto ensure no breakage
Config Files
biome.json- Formatting rules (2 spaces, 120 chars, single quotes).oxlintrc.json- JS/TS lint rules.secretlintrc.json- Secret detection rules
Key Points
- Biome/oxlint auto-fix most issues; review changes
- Type errors (tsgo) require manual fixes
- Never change code behavior when fixing lint
- Keep files under 250 lines
More by yamadashy
View allUse this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.
arXiv 論文の内容を取得・要約するスキル。URL が arxiv.org/abs/{論文ID} 形式の場合に使用。PDF をダウンロードして Read ツールで読み取る。
