Directory · Claude Skills

安全诊断并修复 ESLint error、warning 和配置兼容问题。用于用户要求运行 lint、解释 ESLint 报错、限定范围自动修复或迁移 ESLint 配置时;优先使用项目锁定的包管理器与版本,先预检再修改,不自动下载最新版或批量改写无关源码。

★ 722 Synced 1 hour ago View SKILL.md

At a glance

Code Review & Testing Manual install Python Actively maintained

This skill is for Code Review & Testing and helps you run eslint and fix errors, explain eslint violations, and auto-fix eslint issues in scope.

Install git clone --depth 1 https://github.com/laolaoshiren/claude-code-skills-zh cp -r claude-code-skills-zh/skills/eslint-fix ~/.claude/skills/eslint-fix
Can use Not declared by the author
Good for run eslint and fix errorsexplain eslint violationsauto-fix eslint issues in scopemigrate eslint configurationdiagnose eslint compatibility problems

Setup, runtime and requirements describe laolaoshiren/claude-code-skills-zh, the repo this skill ships in.

Eslintlintingcode-qualityjavascriptconfiguration

Also in laolaoshiren/claude-code-skills-zh

View the repo
api-tester Code Review & Testing

依据真实 OpenAPI、路由实现和现有测试生成并验证 API 测试。用于用户要求测试接口、补集成测试、验证 API 契约、生成回归用例或排查接口兼容性时;区...

changelog-gen DevOps & Infrastructure

Changelog 生成器 - 从 Git 历史自动生成 CHANGELOG

db-migrator DevOps & Infrastructure

数据库迁移助手 - Schema 对比、迁移脚本生成

dep-auditor DevOps & Infrastructure

审计 Node.js、Python、Go、Rust、JVM、Ruby 项目的依赖漏洞、版本健康度与许可证事实;当用户要求检查 package.json、lockfile、requirements、go.mo...

ds-mapper Productivity

项目目录结构地图 - 生成带说明的可视化目录树,快速理解任意代码库

env-manager DevOps & Infrastructure

环境变量管理器:扫描、校验、同步 .env 文件,生成安全配置模板

error-translator Code Review & Testing

编程错误消息翻译专家 — 将英文错误消息翻译成中文,解释原因并提供修复方案

github-actions-gen DevOps & Infrastructure

分析真实项目并生成或修订安全、可验证的 GitHub Actions workflow;当用户要求创建 CI、测试矩阵、构建、Release、部署、缓存、Secrets、OIDC、PR 自...

git-workflow DevOps & Infrastructure

安全处理 Git 状态检查、提交信息、commit、分支、push、PR 和 rebase。用于用户要求检查改动、生成或创建提交、管理分支、推送、发起 PR 或整理历史...

i18n-helper Coding

国际化/本地化助手 — 扫描代码中的硬编码文本、生成 i18n 配置、批量翻译

log-analyzer DevOps & Infrastructure

日志分析助手 — 智能解析日志文件,识别异常模式,定位问题根因

perf-profiler Code Review & Testing

基于可复现基线和 profiler 证据分析性能问题。用于用户要求定位慢接口、慢任务、慢查询、内存或网络瓶颈,制定优化方案,或验证优化收益时;区分实测...

Other Code Review & Testing skills

migrate-to-shoehorn mattpocock/skills

Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests,...

grill-with-docs mattpocock/skills

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

triage mattpocock/skills

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

scaffold-exercises mattpocock/skills

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold e...

resolving-merge-conflicts mattpocock/skills

Use when you need to resolve an in-progress git merge/rebase conflict.

batch-grill-me mattpocock/skills

A relentless interview that asks every frontier question at once, round by round.