lint-fixer
Lint-Probleme mit Projekt-Lint-Workflow beheben
Lint-Fehler verlangsamen Code-Reviews und blockieren Releases. Dieser Skill führt den Projekt-Lint-Workflow aus und leitet bei der Behebung an, ohne das Code-Verhalten zu ändern.
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“lint-fixer”。 Please fix lint errors after my last commit
预期结果:
- Ran npm run lint and grouped issues by tool
- Applied Biome and oxlint auto fixes
- Left two tsgo type errors for manual review
- Re ran lint and confirmed style issues are resolved
正在使用“lint-fixer”。 My CI pipeline is failing on lint
预期结果:
- Identified 5 style issues from Biome
- Auto fixed formatting issues
- Found 2 secretlint warnings requiring review
- Remaining issues need manual TypeScript attention
正在使用“lint-fixer”。 Check if there are any secrets in my code
预期结果:
- Ran secretlint as part of npm run lint
- No credentials or secrets detected
- All other lint checks passed
- Code is safe to commit
安全审计
安全Pure documentation skill with no executable code. Contains only markdown documentation and JSON metadata files. The static findings are all false positives triggered by tool names, license identifiers, and hash fields in documentation - not actual malicious code or command execution. This skill describes a legitimate lint-fixing workflow.
风险因素
🌐 网络访问 (1)
📁 文件系统访问 (1)
质量评分
你能构建什么
Pre-Merge-Lint-Bereinigung
Beheben Sie Style- und Lint-Fehler vor dem Öffnen eines Pull-Requests.
Team-Lint-Konsistenz
Wenden Sie standardisierte Lint-Fixes nach gemeinsamen Refactorings im gesamten Codebase an.
CI-Lint-Fehler reduzieren
Leiten Sie Mitwirkende an, Lint-Fehler zu beheben, die die CI-Pipeline blockieren.
试试这些提示
Führe npm run lint aus, liste Fehler nach Tool auf, behebe sichere Probleme und führe Lint erneut aus zur Bestätigung.
Führe npm run lint aus, konzentriere dich auf tsgo-Fehler, erkläre jeden Fix und behalte das Verhalten unverändert bei.
Führe npm run lint aus, überprüfe secretlint-Ergebnisse und entferne erkannte Geheimnisse sicher.
Führe npm run lint aus, wende Biome- und oxlint-Auto-Fixes an, führe dann Lint erneut aus und fasse verbleibende Probleme zusammen.
最佳实践
- Überprüfe Auto-Fixes vor dem Commit, um sicherzustellen, dass sie der Absicht entsprechen
- Führe npm run lint nach jeder Fix-Runde erneut aus, um den Fortschritt zu verfolgen
- Führe npm run test aus, nachdem Lint erfolgreich war, um sicherzustellen, dass nichts kaputt ist
避免
- Ändern des Laufzeitverhaltens nur um Lint-Regeln zu erfüllen
- Ignorieren von secretlint-Ergebnissen ohne Überprüfung
- Überspringen der finalen Lint-Wiederholung vor dem Commit