一键导入
develop-feature
新增功能、端点、UI 流程、集成或数据模型变更时使用。多文件改动专项流程。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
新增功能、端点、UI 流程、集成或数据模型变更时使用。多文件改动专项流程。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Personalized writing assistant with style transfer, error memory, grammar checking, and long-term writing preferences. Use when users ask for writing polishing, style mimicry, iterative correction, bilingual grammar checks, or persistent writing preferences by domain.
Academic paper AI content detection and rewriting assistant. Analyzes text for AI-generated characteristics, provides detailed rewrite suggestions. Supports .docx files, outputs reports and rewritten documents. Bilingual: Chinese & English.
解释代码、回答技术问题或概念问答时使用。直接给出答案,不启动开发流程。
评估系统架构、平台设计或高层结构时使用。输出风险检查清单。
Autonomously improve a generated paper via GPT-5.4 xhigh review → implement fixes → recompile, for 2 rounds. Use when user says "改论文", "improve paper", "论文润色循环", "auto improve", or wants to iteratively polish a generated paper.
Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.
| name | develop-feature |
| description | 新增功能、端点、UI 流程、集成或数据模型变更时使用。多文件改动专项流程。 |
| argument-hint | [功能描述或需求文档路径] |
!git branch --show-current 2>/dev/null && git log --oneline -5 2>/dev/null
!git status --short 2>/dev/null | head -20
superpowers:brainstorming(满足以下全部条件可跳过)
superpowers:test-driven-developmentsuperpowers:verification-before-completion(Typecheck/Build → Lint → Test)| 场景 | Agent | 执行方式 |
|---|---|---|
| 新模块集成且需理解现有架构 | researcher(架构) + researcher(接口) | 并行 |
| # | 标准 | 验证方式 |
|---|---|---|
| 1 | 功能行为符合需求 | 主路径 + 关键边界均有验证证据 |