搜索结果
agent
找到 1083 个相关结果 / 软件工程
软件工程 / 诊断修复
发布
ship
在实现完成、测试通过,且代码需要合入 main 分支时使用——通过启用自动合并的 PR(CI 正常时)或本地浅克隆合并(CI 故障时)进行。
软件工程 / 诊断修复
solidity-development
solidity-development
Master Solidity smart contract development with patterns, testing, and best practices
软件工程 / 诊断修复
seo-audit
seo-audit
An SEO agent skill for quick, lightweight, default single-page SEO audits. Performs basic on-page and site-level checks and outputs a structured basic SEO audit report. Use when the user asks for "SEO audit", "SEO check", "check my page SEO", "page analysis", or wants a first-pass review of a URL. If the user requests "deep audit", "full report", "technical SEO audit", or "advanced SEO", use seo-audit-full instead.
软件工程 / 诊断修复
langgraph
langgraph
LangGraph framework for building stateful, multi-agent AI applications with cyclical workflows, human-in-the-loop patterns, and persistent checkpointing.
软件工程 / 诊断修复
function-creator
function-creator
Create Convex queries, mutations, and actions with proper validation, authentication, and error handling. Use when implementing new API endpoints.
软件工程 / 诊断修复
experiment-iterative-coder
experiment-iterative-coder
Iterative code refinement through plan → code → evaluate → refine cycles. Runs lint checks (ruff), tests (pytest), and structured self-evaluation each cycle,…
软件工程 / 诊断修复
生成PRD
to-prd
将当前对话上下文转化为PRD并发布到项目Issue追踪系统中。当用户希望根据当前上下文创建PRD时使用。
软件工程 / 诊断修复
software-clean-code-standard
software-clean-code-standard
Cross-language clean code standard with stable CC-* rule IDs. Use when writing/reviewing code, defining team standards, or citing lint findings.
软件工程 / 诊断修复
stellar-dev
stellar-dev
End-to-end Stellar development playbook. Covers Soroban smart contracts (Rust SDK), Stellar CLI, JavaScript/Python/Go SDKs for client apps, Stellar RPC…
软件工程 / 诊断修复
分类
triage
通过由分流角色驱动的状态机来对议题进行分流。适用于用户想要创建议题、对议题进行分流、审查新提交的 Bug 或功能请求等场景,……
软件工程 / 诊断修复
setup-cloudbase-openclaw
setup-cloudbase-openclaw
CloudBase (腾讯云开发) 适用场景:全栈 Web、微信小程序、静态托管、云函数、云托管、文档/MySQL 数据库、身份认证、云存储等。用于在 OpenClaw/Moltbot 下配置 CloudBase(mcporter + 提示词约束,无脚本、设备码登录)。
软件工程 / 诊断修复
alicloud-compute-fc-agentrun-test
alicloud-compute-fc-agentrun-test
Smoke test for alicloud-compute-fc-agentrun. Validate minimal authentication, API reachability, and one read-only query path.
软件工程 / 部署发布
linux-administration
linux-administration
System administration for Linux servers. Manage packages, services, and system configuration. Use when administering Linux systems.
软件工程 / 诊断修复
social-scraping
social-scraping
Scrape social media profiles, posts, comments, followers, and search across 4 platforms via x402. USE FOR: - Getting TikTok, Instagram, Facebook, or Reddit profiles - Fetching a user's posts, stories, highlights, or videos - Getting comments, replies, and reactions on posts - Listing followers and following for any account - Searching posts, hashtags, and profiles across platforms - Cross-platform social media research and monitoring TRIGGERS: - "tiktok", "instagram", "facebook", "reddit" - "get followers", "who follows", "following list" - "scrape profile", "get posts from", "social media data" - "instagram stories", "tiktok videos", "facebook page" - "cross-platform", "social media research" IMPORTANT: StableSocial uses an async two-step flow. Step 1: POST triggers data collection (paid, $0.06). Step 2: Poll GET /api/jobs?token=... until finished (free). All endpoints are $0.06 per call.
软件工程 / 诊断修复
asr
asr
Implement speech-to-text (ASR/automatic speech recognition) capabilities using the z-ai-web-dev-sdk. Use this skill when the user needs to transcribe audio…
软件工程 / 部署发布
senior-devops
senior-devops
Use when building CI/CD pipelines, containerizing applications, managing Kubernetes clusters, provisioning cloud infrastructure with Terraform, implementing deployment strategies (blue-green, canary, rolling), setting up monitoring/observability, optimizing cloud costs, or handling infrastructure incident response.
软件工程 / 诊断修复
nature-paper2ppt
nature-paper2ppt
从科学论文、预印本、PDF、文章文本、摘要、图注等材料,构建一份完整且高效的《Nature》风格中文 PPTX 演示文稿……
软件工程 / 诊断修复
senior-data-engineer
senior-data-engineer
Use when designing data architectures, building batch or streaming pipelines, implementing data quality frameworks, optimizing ETL/ELT performance, working with Airflow/dbt/Spark/Kafka, or troubleshooting data pipeline failures. Provides pipeline generation, data quality validation, and SQL/Spark performance optimization.
软件工程 / 诊断修复
migrate-to-rstest
migrate-to-rstest
Migrate Jest or Vitest test suites and configs to Rstest. Use when asked to move from Jest/Vitest to Rstest, replace framework APIs with `@rstest/core`,…
软件工程 / 诊断修复
skill-creator
skill-creator
Architect and refine OpenCode skills to extend agent capabilities. Handles directory scaffolding, SKILL.md authoring, frontmatter optimization, and resource organization (scripts/references/assets). Use proactively for creating new skills, updating existing workflows, or fixing skill discovery issues. Examples: - user: "Create a new skill for database management" → scaffold directory and initial SKILL.md - user: "My skill isn't triggering correctly" → analyze and refine frontmatter description - user: "Add a python script to the image-processing skill" → structure scripts/ directory - user: "How should I structure a skill for API docs?" → design references/ layout