complete-draft-task

Update GitHub issue status and request PO review after implementation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/semicolon-devteam/sax-backend --skill complete-draft-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complete-draft-task
Source: https://github.com/semicolon-devteam/sax-backend/tree/main/skills/complete-draft-task
Command: npx skills add https://github.com/semicolon-devteam/sax-backend --skill complete-draft-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the administrative overhead of completing a development task, updating issue statuses, and notifying Product Owners (PO) for review. It ensures a smooth transition from implementation to review, saving developers time and accelerating the project workflow.

Core Features & Use Cases

  • Automated Issue Status Update: Changes issue labels from in-progress to review-requested on GitHub.
  • Comprehensive Implementation Summary: Generates a detailed markdown report of completed work, including changed files and quality gate results.
  • PO Review Request: Automatically adds a comment to the issue, mentioning the PO and requesting their review, ensuring timely feedback.

Quick Start

Mark the current draft task as complete and request review from the Product Owner.

Frequently Asked Questions about complete-draft-task

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

FAQPage Schema
How do I automate marking a task as complete and request PO review on GitHub?

Complete-draft-task automates transitioning an issue from in-progress to review-requested by updating labels, generating an implementation summary, and posting a comment mentioning the PO for review. It runs after implementation is finished and all commits and PRs are prepared, eliminating manual status updates and review notifications.

What happens when I complete a draft task in GitHub Issues?

The Skill changes your issue labels from in-progress to review-requested, composes a structured markdown summary of completed work including changed files and quality gates, adds a PO review request comment, and outputs a standardized report for downstream automation.

Can I automate issue status updates and PO notifications in my workflow?

Yes. Complete-draft-task enforces prerequisites—verify-implementation pass, all commits completed, optional PR created—then uses Bash scripts with git and GitHub CLI to extract the issue number, update labels, generate summaries, and link the PR for PO evaluation automatically.

What do I need before using complete-draft-task?

Verify-implementation must pass, all commits must be completed, and a PR should be created. The Skill then handles label transitions, summary generation, and PO notification via GitHub CLI commands against your repository.

Does complete-draft-task work with GitHub project boards?

Complete-draft-task operates on GitHub Issues, updating issue labels and posting comments. It integrates with GitHub project workflows by transitioning issues to review-ready status, allowing PO evaluation within your existing issue-tracking system.

Why should I automate task completion instead of updating issues manually?

Automation reduces administrative overhead, ensures consistent formatting and labeling, accelerates the transition from implementation to PO review, and eliminates timing delays between code completion and review requests—keeping the project workflow moving predictably.