From ai-maestro-orchestrator-agent
Drafts constructive Markdown messages for code reviews, PR comments, issues, status updates, and conflicts using decision trees, tone checklists, and principles.
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentThis skill uses the workspace's default tool permissions.
Effective communication with human developers in code reviews, issues, and status updates.
README.mdreferences/agent-communication-formats.mdreferences/conflict-resolution.mdreferences/decision-tree.mdreferences/inter-agent-protocols.mdreferences/issue-communication.mdreferences/key-principles.mdreferences/op-resolve-technical-disagreement.mdreferences/op-respond-bug-report.mdreferences/op-respond-feature-request.mdreferences/op-send-progress-update.mdreferences/op-write-constructive-pr-comment.mdreferences/pr-comment-writing.mdreferences/reference-catalog.mdreferences/status-updates-part1-progress-reports.mdreferences/status-updates-part2-blocker-communication.mdreferences/status-updates-part3-eta-management.mdreferences/status-updates-part4-completion-notification.mdreferences/status-updates-part5-postmortem-templates.mdreferences/status-updates.mdProvides frameworks like Conventional Comments for clear PR feedback, strategies for handling disagreements, and tips for constructive code reviews without defensiveness.
Creates, updates descriptions, and adds comments to GitHub pull requests using file-based drafts for safety, emphasizing material impact and reviewer-friendly communication.
Guides technical responses to code review feedback: classify PR comments, verify issues, implement changes with evidence, and reply objectively. Useful for managing reviewer comments.
Share bugs, ideas, or general feedback.
Effective communication with human developers in code reviews, issues, and status updates.
Code review familiarity and access to communication channels.
Markdown message with communication type, tone assessment, blocking status, and reference links.
Copy this checklist and track your progress:
See references/conflict-resolution.md
and references/tone-quick-reference.md
Input: PR uses unsafe string concatenation for SQL queries.
Output: Non-blocking: "Consider parameterized queries — e.g. cursor.execute('SELECT * FROM users WHERE id = ?', (user_id,))."
See references/op-*.md for walkthroughs.