Agent skill
report-format
尚书省 report 模式回奏格式规范,定义回奏必备字段与结构
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/report-format
SKILL.md
Skill: 回奏格式
适用 Agent:尚书省 加载时机:尚书省 report 模式(汇总完毕准备回奏时)
回奏报告格式
{
"report": {
"plan_id": "PLAN-20260312-001",
"title": "用户登录模块开发",
"status": "delivered",
"summary": "简要执行结果描述",
"subtask_results": [
{
"task_id": "TASK-001",
"department": "gongbu",
"status": "done",
"output": "src/auth/login.ts"
},
{
"task_id": "TASK-002",
"department": "xingbu",
"status": "done",
"output": "tests/auth/login.test.ts"
}
],
"issues": [],
"recommendations": ""
}
}
回奏流程
尚书省编写回奏报告后,通过 SendMessage 发送至太子(Lead),由太子汇总呈报皇上。太子不得修改回奏内容,仅负责中转与格式化呈报。
必备字段
plan_id:关联的方案编号status:delivered / partial / failedsummary:一段话概括执行结果subtask_results:每个子任务的完成状态与产出物issues:执行过程中遇到的问题(即使已解决也需记录)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?