code-quality
✓Flutter 项目代码质量检测和修复,包括 Dart 代码分析、格式化、测试。当用户提到"代码检查"、"分析"、"格式化"、"代码风格"、"质量检测"、"测试"时使用此 skill。
Installation
SKILL.md
| 完整质量检查 | 🤖 子代理 | 可能有大量错误需要修复 | | 单项检查(如 analyze) | 🤖 子代理 | 错误输出可能很多 | | 格式化代码 (dart format) | 📝 主窗口 | 输出简洁 | | 快速检查(确定无错误) | 📝 主窗口 | 输出少 |
| SQL 注入 | 检查 API 参数拼接 | 后端使用参数化查询 | | 敏感操作 | 检查权限验证 | 删除/修改操作需要权限检查 | | 数据泄露 | 搜索 print/log | 移除或脱敏敏感日志 | | 本地存储 | 检查 SharedPreferences | 加密敏感数据 | | 网络请求 | 检查 HTTP 使用 | 强制使用 HTTPS |
| 文件大小 | 单文件 | | Widget 嵌套 | 嵌套层级 < 10 | 手动检查 Widget 树 | | 列表优化 | 使用 ListView.builder | 代码审查 | | 状态管理 | 避免过度 setState | Flutter DevTools | | 异步操作 | 正确处理 async/await | Dart Analyzer |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aidenreed937/comet --skill code-quality- Source
- aidenreed937/comet
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is code-quality?
Flutter 项目代码质量检测和修复,包括 Dart 代码分析、格式化、测试。当用户提到"代码检查"、"分析"、"格式化"、"代码风格"、"质量检测"、"测试"时使用此 skill。 Source: aidenreed937/comet.
How do I install code-quality?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aidenreed937/comet --skill code-quality Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aidenreed937/comet
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01