AgentSkillsCN

check-status

当用户请求查看AI员工状态、系统健康状况、待处理审批,或查看仪表盘概要时使用此功能。

SKILL.md
--- frontmatter
name: check-status
description: Use when user requests to check AI Employee status, system health, pending approvals, or dashboard summary.

Check Status Skill

Display current state of AI Employee operations, system health, and pending actions.

Workflow

  1. Read Dashboard from Dashboard.md
  2. Check Folders:
    • /Needs_Action/ - Waiting to be processed
    • /Pending_Approval/ - Awaiting human decision
    • /In_Progress/ - Currently being worked on
    • /Logs/ - Recent activity
  3. Report:
    • Active tasks count
    • Pending approvals count
    • Recent completions
    • System health status
    • Any errors or alerts

Output Format

code
AI EMPLOYEE STATUS REPORT
=========================

📊 Dashboard
- Revenue MTD: $X / $X target
- Tasks completed today: N
- Pending items: N

⏳ Pending Approvals
- [N items awaiting decision]

🔄 In Progress
- [Currently active tasks]

⚠️ Alerts
- [Any system warnings]

📈 Recent Activity
- [Last 5 completions]

Script Location

~/.claude/skills/check-status/scripts/check_status.py

References

See references/dashboard_schema.md for file structures.