complete-task

Run build, lint, tests, and QA reviews, then create a pull request.

2|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill complete-task-signalbeam-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complete-task
Source: https://github.com/signalbeam-io/signalbeam-edge/tree/main/.claude/skills/complete-task
Command: npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill complete-task-signalbeam-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end workflow for delivering feature work by coordinating builds, tests, and reviews, and by opening a PR when all gates pass.

Core Features & Use Cases

  • Coordinate pre-flight checks, build, lint, unit and integration tests, and code review in a deterministic sequence.
  • Run two parallel subagents for security/quality review and for QA verification against acceptance criteria.
  • Automatically create a PR once all gates succeed, enabling rapid human review.

Quick Start

Trigger the complete-task skill on a feature branch to execute all gates and generate a PR.

Frequently Asked Questions about complete-task

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

FAQPage Schema
How do I automate end-to-end checks and PR creation for a feature branch?

Automate end-to-end checks and PR creation by triggering a workflow that runs build, lint, tests, and QA reviews in sequence, then opens a PR when all quality gates pass.

What is the best way to coordinate code review and QA verification before opening a pull request?

Coordinate code review and QA verification by running parallel subagents for security and quality checks against acceptance criteria before automatically generating your PR.

What prerequisites do I need to run automated quality gates on my Git workflow?

Automated quality gates require working on a feature branch with a clean working tree. Optional flags allow skipping integration tests or applying auto-fixes during the sequenced verification process.

Does the automated PR workflow support restarting on failure during CI CD checks?

The automated PR workflow supports operator-driven phase sequencing and automatically restarts on failure, ensuring build, lint, and test gates are fully verified before PR generation.

Can I skip integration tests when running end-to-end feature branch verification?

You can skip integration tests during end-to-end feature branch verification by using optional flags, allowing the workflow to proceed directly to code review and PR creation.