ワンクリックで
refactor
代码结构调整(性能优化、模块拆分、重写、同步改异步)时使用。保行为、改结构。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
代码结构调整(性能优化、模块拆分、重写、同步改异步)时使用。保行为、改结构。
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 | refactor |
| description | 代码结构调整(性能优化、模块拆分、重写、同步改异步)时使用。保行为、改结构。 |
| argument-hint | [重构描述或目标] |
!git branch --show-current 2>/dev/null && git log --oneline -5 2>/dev/null
!git status --short 2>/dev/null | head -20
!git diff HEAD --stat 2>/dev/null | head -30
superpowers:brainstorming(满足以下全部条件可跳过)
superpowers:test-driven-development(先建立测试保护)superpowers:verification-before-completion| 场景 | Agent | 执行方式 |
|---|---|---|
| 跨模块重构 | researcher(模块依赖) + researcher(调用链) | 并行 |
| # | 标准 | 验证方式 |
|---|---|---|
| 1 | 行为边界已保持 | 清单每项均有验证证据(测试结果或对比说明) |
| 2 | 测试全部通过 | 基线测试 + 新测试 |