implement-task

Automate task implementation workflows with git and GitHub Actions.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/smitkothariusa/GroceryGenius --skill implement-task-smitkothariusa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/smitkothariusa/GroceryGenius/tree/main/.claude/skills/implement-task
Command: npx skills add https://github.com/smitkothariusa/GroceryGenius --skill implement-task-smitkothariusa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the implementation of tasks by pulling tasks from a plan, creating branches, implementing code changes, opening pull requests, and deploying to the development environment.

Core Features & Use Cases

  • Task Pull: Retrieves the next task from an implementation plan.
  • Branch Creation: Automatically creates a fix or feature branch for task implementation.
  • Code Implementation: Delegates code implementation to subagents.
  • Pull Request: Opens a pull request to the development branch.
  • Deployment: Deploys changes to the development environment.
  • Feedback Loop: Informs the user for feedback after deployment.

Quick Start

To start the task implementation process, say, "Implement the next task."

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I automate task implementation with branch management and code review?

Automate task implementation by pulling tasks from a plan, creating feature branches, delegating code implementation, opening pull requests, and deploying to a development environment. The workflow requires git, GitHub actions, and repository access to manage branches and deployments.

How does branch creation work for automated task implementation?

Branch creation works by automatically generating a fix or feature branch for the specific task being implemented. This isolates code changes before they are reviewed and merged into the development branch via a pull request.

Do I need GitHub actions to automate pull requests and deployment?

Yes, you need GitHub actions and git to automate pull requests and deployment. The task implementation workflow relies on these tools for branch management, opening pull requests to the development branch, and deploying changes.

How do I start the automated task implementation process?

To start the automated task implementation process, simply say "Implement the next task." This triggers the workflow to retrieve the next task from your implementation plan and proceed with branch creation and code review.

What is the best way to handle code implementation and review for feature branches?

The best way is to delegate code implementation to subagents, then automatically open a pull request to the development branch. This automated workflow ensures code changes are reviewed and deployed to the development environment before user feedback.

When do I receive feedback after deploying to the development environment?

You receive feedback after the automated workflow completes deployment to the development environment. The feedback loop informs you once the code implementation, pull request, and deployment phases are finished.