一键导入
reviews-reality-check
Comprehensive reality assessment of completed work to verify it actually works and is production-ready
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive reality assessment of completed work to verify it actually works and is production-ready
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Initialize Flowbit with intelligent project analysis and documentation generation
Creates Mermaid diagrams for planning flows, component communication, and architecture views with adaptive detail selection (including C4 levels). This skill should be used when the user asks for a workflow, interaction, or architecture visualization from provided task context.
Internal engine for managing project documentation and technical standards in .flowbit/docs/. Handles file operations, INDEX.md generation, and .github/copilot-instructions.md integration. Invoked by flowbit-init, standards-update, and standards-discover skills.
Quick bug fix with TDD red/green gates and complexity escalation
Implement task directly with AI SDLC standards awareness (no planning mode)
Enter planning mode with AI SDLC standards awareness
| name | reviews-reality-check |
| description | Comprehensive reality assessment of completed work to verify it actually works and is production-ready |
ACTION REQUIRED: This command delegates to a different skill. The <command-name> tag refers to THIS command, not the target. Call the Task tool with subagent_type="flowbit-reality-assessor" NOW. Pass the task path in the prompt. Do not read files, explore code, or execute workflow steps yourself.
You are running a comprehensive reality check using the reality-assessor agent.
You are performing no-nonsense reality assessment to determine if completed work actually works and solves the business problem.
Determine the following from the user's request:
Invoke the reality-assessor agent NOW using the Task tool:
Task Tool:
- subagent_type: reality-assessor
- description: Reality assessment
- prompt: |
You are the reality-assessor agent. Assess the reality of completion for: [task-path]
Your task:
1. Load all available verification reports (implementation-verifier, pragmatic-review.md, code-review-report.md, spec-audit.md)
2. Assess claimed completion (check implementation-plan.md markers, test results, verification status)
3. Validate functional completeness:
- Run tests yourself (don't trust reports)
- Test end-to-end workflows (not just unit tests)
- Try error scenarios (invalid inputs, edge cases, realistic data)
- Test integration with dependent systems
- Test under realistic conditions
4. Identify reality gaps (functionality, quality, production readiness)
5. Check integration points (data flow, API contracts, auth, external systems)
6. Generate reality assessment report with clear deployment decision
Save report to: verification/reality-check.md
Focus on: Does this ACTUALLY work for intended purpose? Functional reality over technical perfection.
Provide clear deployment decision: ✅ Ready | ⚠️ Issues Found | ❌ Not Ready
Wait for the agent to complete before proceeding.
The reality-assessor agent will:
Example 1: Reality check before deployment
User: /flowbit-reviews-reality-check .flowbit/tasks/development/2025-11-17-payment-processing/
Example 2: Verify claimed completion
User: /flowbit-reviews-reality-check .flowbit/tasks/development/2025-11-17-login-timeout/
Example 3: Production readiness check
User: /flowbit-reviews-reality-check .flowbit/tasks/development/2025-11-17-user-dashboard/ --production
The reality-assessor will provide: