com um clique
source-command-health
Quick check of project health without building
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Quick check of project health without building
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Use when the user asks an agent to operate CCEM or CCEM Desktop, including creating workspace sessions, opening or inspecting ccem:// session links, monitoring task progress, scheduling CCEM cron work, or using bot binding flows. Prefer structured `ccem ... --json` commands.
Publish a new ccem release, commit generated release files, or trigger the ccem GitHub Actions release flow for CLI and Desktop.
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 AI 词汇、否定式排比、过多的连接性短语。
Expert design systems leadership covering component libraries, design tokens, documentation, and design-development collaboration.
Expert product design covering UI/UX design, design systems, prototyping, user research, and design thinking.
Expert product management covering strategy, roadmapping, user research, prioritization frameworks, and stakeholder management.
| name | source-command-health |
| description | Quick check of project health without building |
Use this skill when the user asks to run the migrated source command health.
Run a fast health check on the project:
cd apps/desktop && pnpm exec tsc --noEmit 2>&1 | tail -20 — TypeScript errorscd apps/desktop/src-tauri && cargo check 2>&1 | tail -20 — Rust compilation errorspnpm check:i18n — i18n key consistencybash scripts/check-file-size.sh — file size violationsgit status — uncommitted changesSummarize any issues found.