搜索结果
全部能力
找到 1067 个相关结果 / RAG 与知识库
软件工程 / 诊断修复
上下文工程
context-engineering
优化智能体上下文设置。适用于以下场景:启动新会话、智能体输出质量下降、在不同任务间切换,或需要配置…
软件工程 / 诊断修复
链上支付开放API
onchain-pay-open-api
|
软件工程 / 诊断修复
Go语言常用库
golang-popular-libraries
推荐生产可用的 Golang 库与框架。当用户明确要求提供库建议、希望比较不同替代方案、需要……时适用。
软件工程 / 诊断修复
JavaScript 专家
javascript-pro
使用现代 ES2023+ 特性、async/await 模式、ESM 模块系统和 Node.js API 编写、调试和重构 JavaScript 代码。适用于构建……
软件工程 / 诊断修复
测试驱动开发
test-driven-development
以测试驱动开发。在实现任何逻辑、修复任何缺陷或更改任何行为时使用。当需要证明代码正常工作,当…
软件工程 / 诊断修复
mobile-design
mobile-design
(Mobile-First · Touch-First · Platform-Respectful)
软件工程 / 部署发布
事件响应
incident-response
运行事件响应工作流——分诊、沟通并撰写事后复盘。可通过“我们有故障”、“生产环境宕机”、或需要处理的警报来触发……
软件工程 / 诊断修复
harness-writing
harness-writing
Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.
软件工程 / 部署发布
CI/CD 与自动化
ci-cd-and-automation
自动化 CI/CD 流水线设置。在设置或修改构建和部署流水线时使用。在需要自动化质量门禁、配置测试……时使用。
软件工程 / 诊断修复
使用 DevTools 进行浏览器测试
browser-testing-with-devtools
在真实浏览器中进行测试。适用于构建或调试任何在浏览器中运行的项目。当需要检查 DOM、捕获控制台错误、分析……时使用。
软件工程 / 诊断修复
cargo-fuzz
cargo-fuzz
cargo-fuzz is the de facto fuzzing tool for Rust projects using Cargo. Use for fuzzing Rust code with libFuzzer backend.
软件工程 / 诊断修复
golang-stretchr-testify
golang-stretchr-testify
Golang 测试库 stretchr/testify 的全面指南。深入讲解 assert、require、mock 和 suite 包。在使用 testify 编写测试时均可参考,……
软件工程 / 诊断修复
golang-testing
golang-testing
提供编写生产级 Golang 测试的全面指南。涵盖表驱动测试、使用 testify 的测试套件、mock、单元测试、集成测试……
软件工程 / 诊断修复
代码文档生成器
code-documenter
生成、格式化并验证技术文档——包括 docstring、OpenAPI/Swagger 规范、JSDoc 注解、文档门户和用户指南。使用…
软件工程 / 部署发布
Go持续集成
golang-continuous-integration
使用 GitHub Actions 为 Golang 项目提供 CI/CD 流水线配置。涵盖测试、代码检查、SAST、安全扫描、代码覆盖率、Dependabot 等……
软件工程 / 诊断修复
Word 文档处理器
word-document-processor
全面的 Word 文档处理,支持完整格式。涵盖创建、编辑、格式保留、修订追踪和元数据管理。
软件工程 / 诊断修复
Git 工作流
git-workflow
Git 工作流模式,包括分支策略、提交规范、Merge 与 Rebase、冲突解决以及协作开发最佳实践……
软件工程 / 诊断修复
rails-expert
rails-expert
Rails 7+ specialist that optimizes Active Record queries with includes/eager_load, implements Turbo Frames and Turbo Streams for partial page updates,…
软件工程 / 诊断修复
swiftui-ui-patterns
swiftui-ui-patterns
Best practices and example-driven guidance for building SwiftUI views and components, including navigation hierarchies, custom view modifiers, and responsive…
软件工程 / 诊断修复
ossfuzz
ossfuzz
OSS-Fuzz provides free continuous fuzzing for open source projects. Use when setting up continuous fuzzing infrastructure or enrolling projects.