report-results

Update task statuses with summaries and email output locations to downstream agents.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/PaulKinlan/docker-agent-test --skill report-results
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-results
Source: https://github.com/PaulKinlan/docker-agent-test/tree/main/config/skills/_universal/report-results
Command: npx skills add https://github.com/PaulKinlan/docker-agent-test --skill report-results

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that completed work is communicated effectively to downstream agents and the orchestrator, preventing bottlenecks and ensuring smooth workflow progression.

Core Features & Use Cases

  • Task Completion Reporting: Update task statuses with concise summaries of work done and results produced.
  • Inter-Agent Communication: Notify other agents via email about completed tasks and the location of their outputs.
  • Use Case: After an agent finishes analyzing a dataset and saves a report to /home/shared/analysis/report.md, it uses this skill to update the task status and email the next agent in the pipeline with a link to the report.

Quick Start

Update the task status to completed with a summary of the results and then email the downstream-agent.

Frequently Asked Questions about report-results

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I report task completion and results to downstream agents in an automated workflow?

To report task completion, you can update task statuses with concise summaries of work done and send email notifications to downstream agents containing the output file locations for seamless workflow handoffs.

What is the best way to notify an orchestrator that a dataset analysis task is finished?

The best way to notify an orchestrator is by updating the task management system with a completion status and summarizing the results produced, preventing bottlenecks and ensuring smooth workflow progression.

Can I send email notifications with output file locations after a task finishes?

Yes, you can send email notifications containing output file locations to downstream agents after a task finishes, which requires integration with mail clients to facilitate inter-agent communication.

Do I need external integrations to update task statuses and send agent notifications?

Yes, you need integration with task management systems and mail clients to update task statuses and send email notifications effectively for seamless workflow handoffs.

How does inter-agent communication work when reporting task outcomes?

Inter-agent communication works by notifying downstream agents via email about completed tasks and the location of their outputs, ensuring completed work is communicated effectively to prevent bottlenecks.