搜索结果
全部能力
找到 3625 个相关结果 / 集成自动化
软件工程 / 部署发布
observability-monitoring-monitor-setup
observability-monitoring-monitor-setup
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing,…
软件工程 / 诊断修复
golang-testing-strategies
golang-testing-strategies
Comprehensive Go testing strategies including table-driven tests, testify assertions, gomock interface mocking, benchmark testing, and CI/CD integration
软件工程 / 诊断修复
performance-testing-review-multi-agent-review
performance-testing-review-multi-agent-review
Use when working with performance testing review multi agent review
软件工程 / 诊断修复
godot-gdscript-patterns
godot-gdscript-patterns
Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or…
软件工程 / 诊断修复
create-pr
create-pr
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing…
软件工程 / 诊断修复
Airflow DAG 模式
airflow-dag-patterns
使用 Apache Airflow 构建生产级 DAG,遵循 operator、sensor、测试和部署的最佳实践。适用于创建数据管道、编排工作流等场景。
软件工程 / 部署发布
sales-automator
sales-automator
Draft cold emails, follow-ups, and proposal templates. Creates pricing pages, case studies, and sales scripts. Use PROACTIVELY for sales outreach or lead…
软件工程 / 部署发布
eve-pipelines-workflows
eve-pipelines-workflows
Define and run Eve pipelines and workflows via manifest and CLI. Use when wiring build, release, deploy flows or invoking workflow jobs.
软件工程 / 诊断修复
google-app-engine
google-app-engine
Deploy Python applications to Google App Engine Standard/Flexible. Covers app.yaml configuration, Cloud SQL socket connections, Cloud Storage for static files, scaling settings, and environment variables. Use when: deploying to App Engine, configuring app.yaml, connecting Cloud SQL, setting up static file serving, or troubleshooting 502 errors, cold starts, or memory limits.
软件工程 / 诊断修复
dbos-python
dbos-python
DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating…
软件工程 / 诊断修复
context-fundamentals
context-fundamentals
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system…
软件工程 / 诊断修复
AI Slop 清理工具
ai-slop-cleaner
使用回归安全、优先删除的工作流清理 AI 生成的代码糟粕,并支持仅审核者模式
软件工程 / 部署发布
pdb-database
pdb-database
Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural…
软件工程 / 诊断修复
auth
auth
Authenticate with AEM Edge Delivery Services Config Service API. Opens a browser window for Adobe ID login and captures the auth token when browser is closed.…
软件工程 / 诊断修复
dart-fix-static-analysis-errors
dart-fix-static-analysis-errors
Workflow for identifying and fixing static analysis errors. Use this after modifying code or if `dart analyze` fails.
软件工程 / 诊断修复
odoo-upgrade
odoo-upgrade
Comprehensive Odoo ERP upgrade assistant for migrating modules between Odoo versions (14-19). Handles XML views, Python API changes, JavaScript/OWL components, theme SCSS variables, manifest updates, security implementations, and database migrations. Use when user asks to upgrade Odoo modules, fix version compatibility issues, migrate themes between versions, or resolve Odoo 17/18/19 migration errors. Specializes in frontend RPC service migrations, view XML transformations, theme variable restructuring, and portal template XPath fixes. <example> Context: User wants to upgrade an Odoo module to a newer version user: "Upgrade my Odoo 16 module to Odoo 17" assistant: "I will use the odoo-upgrade skill to analyze your module, apply XML view transformations, update Python API decorators, and fix manifest version strings for Odoo 17 compatibility." <commentary>Core trigger - version migration request with module in scope.</commentary> </example> <example> Context: User hits migration errors after an Odoo version change user: "My module breaks with tree views in Odoo 19 - how do I fix it?" assistant: "I will use the odoo-upgrade skill to convert all tree views to list views, update attrs expressions to inline invisible, and fix any other Odoo 19 breaking changes." <commentary>Error-driven trigger - fix specific migration breakage.</commentary> </example> <example> Context: User needs data migration scripts user: "Generate migration scripts for upgrading my module from Odoo 17 to 19" assistant: "I will create pre-migrate.py and post-migrate.py scripts handling field renames, data transformations, and cleanup." <commentary>Data migration trigger - generates migration script templates.</commentary> </example>
软件工程 / 诊断修复
bug-fix
bug-fix
Systematic workflow for verifying bug fixes to ensure quality and prevent regres...
软件工程 / 诊断修复
docx-format-replicator
docx-format-replicator
Extract formatting from existing Word documents and generate new documents with the same format but different content. Use this skill when users need to create…
软件工程 / 诊断修复
image-optimization
image-optimization
Optimizes images for web performance using modern formats, responsive techniques, and lazy loading strategies. Use when improving page load times, implementing…
软件工程 / 部署发布
deployment-pipeline-design
deployment-pipeline-design
Architecture patterns for multi-stage CI/CD pipelines with approval gates and deployment strategies.