code-auditing
系统化审计与代码优化 - Code Review / Simplifier / Council / Performance。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
系统化审计与代码优化 - Code Review / Simplifier / Council / Performance。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
PPTX 演示文稿创建、编辑与分析。支持:(1) 从零创建演示文稿 (2) 编辑现有内容 (3) 使用模板创建 (4) 添加评论或演讲者备注。Presentation creation, editing, and analysis using html2pptx and OOXML.
Architects new features through the full lifecycle. Use when designing, planning, implementing, or extending features. Triggers on 'new feature', 'design', 'plan', 'implement', 'architect', 'prd', 'spec'.
全栈开发规范百科全书 (React/TS/Node/Supabase). Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend/backend code.
自动触发的会话生命周期管理 - INHERIT (继承知识) + DEPOSIT (沉淀精华)
科学调试专家 - 观察(Observe) -> 假设(Hypothesize) -> 实验(Experiment) -> 修复(Fix)
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
| name | code-auditing |
| description | 系统化审计与代码优化 - Code Review / Simplifier / Council / Performance。 |
Role: 质量的守护者。它不仅是 Code Reviewer,更是审计官(Auditor)和智囊团(Council)。
| SIMPLIFY | simplify, 简化, 优化 | 主动重构复杂代码,执行 KISS/DRY 策略 (Active Optimization) | code-simplifier |
路由到具体的专家 Persona 进行 Code Review (被动检查):
.agent/rules/ 下的所有规则。grep_search 批量检测反模式。
doc/audits/audit-{date}.md。资源: audit-guide.md
"Less Code = Less Bugs"
if/else 嵌套展平,提取 Utility 函数。replace_file_content 执行原子化修改。| 资源文件 | 用途 |
|---|---|
| audit-guide.md | 高性能扫描指南 (Grep Patterns) |
| council-elders.md | 大神人格矩阵 |
| simplifier-checklist.md | 极简重构检查单 |