enqueue

Automate code and review task enqueueing in the Sapling knowledge store.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/cfarvidson/sapling --skill enqueue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enqueue
Source: https://github.com/cfarvidson/sapling/tree/main/packages/claude-plugin/skills/enqueue
Command: npx skills add https://github.com/cfarvidson/sapling --skill enqueue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of enqueuing code or review tasks in Sapling, streamlining your workflow and saving time.

Core Features & Use Cases

  • Task Enqueueing: Simplifies the creation and addition of new code or review tasks.
  • Custom Team Assignment: Allows for assigning specific teams to tasks based on your requirements.
  • Task Chaining: Enqueue tasks in a sequence that ensures the review or fix follows the creation task.

Quick Start

Enqueue a code task in Sapling with a description like this: /sapling:enqueue code My New Code Task.

Frequently Asked Questions about enqueue

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

FAQPage Schema
How do I enqueue code or review tasks in Sapling automatically?

To enqueue tasks in Sapling automatically, use the enqueue Skill to create code or review work items with optional team assignment and dependency chaining. This streamlines work item creation through the Sapling API.

What is task chaining and how does it work for code review workflows?

Task chaining enqueues tasks in a sequence that ensures a review or fix follows the creation task. This establishes natural workflows by linking dependent work items together in Sapling.

Can I assign specific teams to work items when enqueuing tasks in Sapling?

Yes, you can assign specific teams to work items when enqueuing tasks in Sapling. The enqueue Skill supports custom team assignment based on your requirements during work item creation.

Do I need the Sapling API to manage code and review work queues?

Yes, the Sapling API is required for work item management when enqueuing code or review tasks. The API provides the underlying interface for creating and managing tasks in the knowledge store.

What's the best way to automate task management and work queue creation?

Automating task management and work queue creation is best handled by enqueuing tasks directly via script commands like `/sapling:enqueue code` or `/sapling:enqueue review`, which simplifies adding new items to your workflow.

When should I use dependency chaining for code review tasks?

Use dependency chaining for code review tasks when you need a review or fix to automatically follow a creation task. This ensures sequential execution and natural workflow progression in your work queue.