This repository serves as the central hub for all root-level prompts used in MDFriday's development. It is designed to accelerate software development by providing structured prompts that can be used for various tasks, including:
该仓库是 MDFriday 开发过程中所有根 Prompt 的存储中心,旨在通过结构化的 Prompt 加速软件开发,适用于以下场景:
- Breaking down user stories into actionable development tasks
将用户故事拆解为可执行的开发任务 - Defining acceptance criteria for tasks
定义任务的验收标准 - Generating work breakdown structures (WBS)
生成工作分解结构(WBS)
- Automating code snippets based on predefined rules
基于预设规则自动生成代码片段 - Ensuring consistency in logging, error handling, and performance optimizations
确保日志、错误处理及性能优化的一致性 - Standardizing project structures and configurations
规范项目结构和配置
- Generating commit messages based on code changes
根据代码变更生成提交信息 - Writing pull request descriptions and release notes
自动生成合并请求描述和发布说明 - Creating test case scenarios and validation rules
创建测试案例场景和验证规则
- Generating system design blueprints
生成系统设计蓝图 - Providing guidance on microservices and monolithic architectures
提供微服务和单体架构的设计建议 - Defining API specifications and contract definitions
定义 API 规范和接口契约
- Prompting explanations of programming concepts
提供编程概念的解释 - Offering recommendations on frameworks, libraries, and tools
推荐框架、库和工具 - Providing best practices for DevOps, CI/CD, and cloud deployments
提供 DevOps、CI/CD 及云部署的最佳实践
This repository is flexible and allows for prompt orchestration, enabling the combination of multiple prompts to create tailored solutions for different software development scenarios.
该仓库支持自由编排 Prompt,允许将多个 Prompt 组合,形成针对不同软件开发场景的定制化解决方案。
- Browse and select relevant prompts from the repository.
浏览并选择仓库中的相关 Prompt。 - Customize and chain prompts as needed.
根据需求自定义并组合 Prompt。 - Integrate into your workflow to enhance productivity.
集成到开发流程中,提高工作效率。
Contributions and improvements are welcome! 🚀
欢迎贡献和改进!🚀