بنقرة واحدة
report-results
How to report results back to the team after completing work. Use after finishing any task or request.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
How to report results back to the team after completing work. Use after finishing any task or request.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Discover team members, delegate tasks, and track progress to completion
Prepare structured meeting agendas and pre-reads from task board, artifacts, and team context
Classify, prioritize, and route incoming incidents based on severity, category, and affected components
Classify incoming requests and route to the appropriate specialist agent
How to communicate with other agents on the system. Use when you need to ask questions, share information, or coordinate.
Compare options against weighted criteria with scored matrix, sensitivity analysis, and quantified recommendation
| name | report-results |
| description | How to report results back to the team after completing work. Use after finishing any task or request. |
Use after finishing any task or mail request to report results clearly so downstream agents and the orchestrator can act on your output.
Update the task status with a clear summary:
task.sh update <task-id> --status completed \
--result "Produced /home/shared/analysis/report.md covering X, Y, Z. Found 3 critical issues."
If relevant, email the person who will consume your output:
echo "Completed the analysis. Results at /home/shared/analysis/report.md" | \
mail -s "Analysis complete" downstream-agent
Reply directly to the sender:
mail -s "Re: Original subject" sender-name <<'EOF'
Summary of what was done.
Results are at: /home/shared/path/to/output.md
EOF
A good result summary includes: