一键导入
workflow
Gestiona el workflow de flujo controlado. Usa para ver estado, avanzar, resetear o ir a un step específico del workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Gestiona el workflow de flujo controlado. Usa para ver estado, avanzar, resetear o ir a un step específico del workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Testing strategy, patterns, and coverage optimization for quality assurance. Use this skill whenever the task involves deciding what to test, how to structure tests, what coverage to aim for, when to use mocks vs real dependencies, or how to write tests that actually catch bugs (not just pass). Also use when the user asks about test pyramids, flaky tests, integration vs unit, TDD, or improving an existing test suite.
Production readiness validation — runs all checks before merging or deploying. Use this skill whenever the task involves verifying that code is ready to ship: type checking, linting, tests passing, coverage thresholds, dead code, security issues, or any pre-merge checklist. Also use when the user asks "is this ready?", wants a pre-PR review, or needs to confirm nothing is broken after a refactor.
Swift architecture reference — SwiftUI, UIKit, Combine, async/await, actors, and production best practices for Swift 5.9/6.0 (2024-2025). Use when making architectural decisions, reviewing Swift code, or selecting libraries. Also use when the user mentions iOS development, macOS apps, or Apple platform development.
UI/Frontend architecture reference - React 19, Next.js 15, Vue 3, Svelte 5, Angular 19, CSS modern features, component libraries, state management, and production best practices for 2024-2025. Use when building frontend UIs, selecting frameworks, reviewing component code, or making frontend architecture decisions.
UX design reference - research methods, design systems, accessibility (WCAG 2.2, EAA), UX laws, AI-driven workflows, tools (Figma, Penpot), and production best practices for 2024-2025. Use when making UX decisions, reviewing designs, implementing accessibility, selecting design tools, or applying UX principles.
C# architecture reference - frameworks, design patterns, ASP.NET Core, Entity Framework, Blazor, Unity, and production best practices for C# 12/13 and .NET 8/9 (2024-2025). Use when making architectural decisions, reviewing C# code, or selecting libraries.
基于 SOC 职业分类
| name | workflow |
| description | Gestiona el workflow de flujo controlado. Usa para ver estado, avanzar, resetear o ir a un step específico del workflow. |
| user-invocable | true |
Gestiona el workflow de flujo controlado para este proyecto.
Parsea $ARGUMENTS para determinar la acción:
El project_dir para este proyecto es: /home/rixmerz/agentcockpit
Llama a mcp__workflow-manager__workflow_status con project_dir="/home/rixmerz/agentcockpit".
Muestra el resultado en formato tabla:
Workflow: Step {current_step} - {step_name}
| # | Nombre | Estado | Bloqueados |
|---|--------|--------|------------|
Llama a mcp__workflow-manager__workflow_advance con project_dir="/home/rixmerz/agentcockpit".
Confirma: "Avanzado a Step N - {nombre}"
Llama a mcp__workflow-manager__workflow_reset con project_dir="/home/rixmerz/agentcockpit".
Confirma: "Workflow reseteado a Step 0"
Llama a mcp__workflow-manager__workflow_set_step con project_dir="/home/rixmerz/agentcockpit" y step_index=N.
Confirma: "Workflow en Step N - {nombre}"
/workflow advance o /workflow set 2 para desbloquear