lint-and-validate by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill lint-and-validate强制要求: 每次代码变更后都必须运行相应的验证工具。在代码消除所有错误之前,不得结束任务。
npm run lint 或 npx eslint "path" --fixnpx tsc --noEmitnpm audit --audit-level=highruff check "path" --fix (快速且现代)bandit -r "path" -ll广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
mypy "path"npm run lint && npx tsc --noEmitlint 失败:立即修复样式或语法问题。tsc 失败:在进行下一步之前纠正类型不匹配。.eslintrc、tsconfig.json、pyproject.toml 并建议创建一个。严格规则: 未通过这些检查的代码不得提交或报告为"已完成"。
| 脚本 | 用途 | 命令 |
|---|---|---|
scripts/lint_runner.py | 统一的代码检查 | python scripts/lint_runner.py <project_path> |
scripts/type_coverage.py | 类型覆盖率分析 | python scripts/type_coverage.py <project_path> |
每周安装量
144
代码仓库
GitHub 星标数
23.4K
首次出现
2026年1月25日
安全审计
安装于
claude-code123
opencode120
gemini-cli111
cursor110
codex107
github-copilot102
MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free.
npm run lint or npx eslint "path" --fixnpx tsc --noEmitnpm audit --audit-level=highruff check "path" --fix (Fast & Modern)bandit -r "path" -llmypy "path"npm run lint && npx tsc --noEmitlint fails: Fix the style or syntax issues immediately.tsc fails: Correct type mismatches before proceeding..eslintrc, tsconfig.json, pyproject.toml and suggest creating one.Strict Rule: No code should be committed or reported as "done" without passing these checks.
| Script | Purpose | Command |
|---|---|---|
scripts/lint_runner.py | Unified lint check | python scripts/lint_runner.py <project_path> |
scripts/type_coverage.py | Type coverage analysis | python scripts/type_coverage.py <project_path> |
Weekly Installs
144
Repository
GitHub Stars
23.4K
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubFailSocketPassSnykPass
Installed on
claude-code123
opencode120
gemini-cli111
cursor110
codex107
github-copilot102
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
159,700 周安装
Pine Script可视化工具:自动分析YouTube交易视频并生成Pine Script实现规范
85 周安装
MongoDB迁移专家:安全架构变更与数据迁移方案设计指南
85 周安装
依赖解析器技能:推送前自动检测修复本地与CI环境不匹配,节省45分钟调试时间
85 周安装
dotnet-install:自动化 .NET SDK 和运行时安装指南 - 支持 Windows/macOS/Linux
85 周安装
UltraThink Orchestrator - 已弃用的AI工作流编排工具,推荐使用dev-orchestrator替代
85 周安装
数据库管理员技能:PostgreSQL/MySQL/MongoDB高可用架构、性能调优与灾难恢复
86 周安装