搜索结果
ing
找到 5875 个相关结果 / 软件工程
软件工程 / 诊断修复
网页排版
web-typography
为网页项目选择、搭配和实现字体。当用户提及"字体搭配"、"使用哪种字体"、"行高"、"响应式排版"等时使用。
软件工程 / 诊断修复
harness-writing
harness-writing
Techniques for writing effective fuzzing harnesses across languages. Use when creating new fuzz targets or improving existing harness code.
软件工程 / 诊断修复
Git 工作流与版本控制
git-workflow-and-versioning
构建 Git 工作流规范。在进行任何代码修改时使用。在提交、创建分支、解决冲突或需要组织工作时使用……
软件工程 / 诊断修复
Convex 函数
convex-functions
编写查询、变更、操作和 HTTP 操作,并妥善处理参数验证、错误处理、内部函数及运行时注意事项
软件工程 / 部署发布
CI/CD 与自动化
ci-cd-and-automation
自动化 CI/CD 流水线设置。在设置或修改构建和部署流水线时使用。在需要自动化质量门禁、配置测试……时使用。
软件工程 / 诊断修复
prompt-engineer
prompt-engineer
Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use…
软件工程 / 诊断修复
使用 DevTools 进行浏览器测试
browser-testing-with-devtools
在真实浏览器中进行测试。适用于构建或调试任何在浏览器中运行的项目。当需要检查 DOM、捕获控制台错误、分析……时使用。
软件工程 / 诊断修复
Go基准测试
golang-benchmark
Golang 基准测试、性能分析与性能度量。适用于编写、运行或比较 Go 基准测试,使用 pprof 分析性能热点路径,…
软件工程 / 诊断修复
dbs-slowisfast
dbs-slowisfast
dontbesilent 慢就是快。帮创业者找到看起来更慢但长期更快的方法,用摩擦建造资产。 触发方式:/dbs-slowisfast、/慢就是快、「有没有更慢的方法」「我是不是太快了」 慢即是快诊断。帮助创业者找到看似更慢的方法,通过摩擦来构建资产。触发方式:/dbs-slowisfast、“有没有更慢的方法”、“我是不是太快了”
软件工程 / 诊断修复
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 编写测试时均可参考,……
软件工程 / 诊断修复
skill-creator
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's…
软件工程 / 诊断修复
golang-testing
golang-testing
提供编写生产级 Golang 测试的全面指南。涵盖表驱动测试、使用 testify 的测试套件、mock、单元测试、集成测试……
软件工程 / 诊断修复
clerk-swift
clerk-swift
使用 ClerkKit 为原生 Swift 和 iOS 应用实现 Clerk 身份验证
软件工程 / 诊断修复
代码文档生成器
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、冲突解决以及协作开发最佳实践……
软件工程 / 诊断修复
浏览器质量保证
browser-qa
使用此技能,在部署功能后通过浏览器自动化来自动执行视觉测试和 UI 交互验证。
软件工程 / 诊断修复
cpp-pro
cpp-pro
Writes, optimizes, and debugs C++ applications using modern C++20/23 features, template metaprogramming, and high-performance systems techniques. Use when…