en un clic
code-formatter
格式化源代码文件,支持Python、JavaScript、JSON等语言,使用行业标准格式化工具。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
格式化源代码文件,支持Python、JavaScript、JSON等语言,使用行业标准格式化工具。
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
自动分析B站视频内容,下载视频并拆解成帧图片,使用AI分析并生成详细的专题文档或实操教程。
设计RESTful API并生成OpenAPI/Swagger规范文档,遵循行业最佳实践。包括端点命名、请求/响应模式和错误处理模式。
为GitHub Actions、GitLab CI、Azure DevOps和Jenkins生成CI/CD流水线,包含构建、测试、部署阶段、缓存和密钥管理。
全面的代码审查技能,分析代码质量、识别问题、安全漏洞,并提供带严重性评级的改进建议。
设计和优化数据库模式,支持PostgreSQL、MySQL、SQLite和MongoDB。包括ER建模、规范化、索引优化和迁移脚本生成。
创建和管理多容器应用的Docker Compose配置,包含生产级设置、健康检查和网络配置。
Basé sur la classification professionnelle SOC
| name | code-formatter |
| description | 格式化源代码文件,支持Python、JavaScript、JSON等语言,使用行业标准格式化工具。 |
| metadata | {"short-description":"格式化源代码"} |
| source | {"repository":"https://github.com/psf/black","license":"MIT"} |
Format source code files using industry-standard formatters like Black for Python, with support for multiple languages.
/format command# Format Python file
python scripts/code_formatter.py file.py
# Format with specific line length
python scripts/code_formatter.py file.py --line-length 100
# Format JSON
python scripts/code_formatter.py config.json
# Check without modifying
python scripts/code_formatter.py file.py --check
# Format directory
python scripts/code_formatter.py ./src/ --recursive
format, code, python, black, style