stories

Automate branch creation, testing, and pull requests for software stories in corgi-compose workspaces.

35|Updated Sep 20, 2022
One-click install
npx skills add https://github.com/Andriiklymiuk/corgi --skill stories-andriiklymiuk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stories
Source: https://github.com/Andriiklymiuk/corgi/tree/main/plugins/corgi/skills/stories
Command: npx skills add https://github.com/Andriiklymiuk/corgi --skill stories-andriiklymiuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires corgi, gh, glab, Explore, Task, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of shipping stories across a corgi-compose workspace, ensuring consistent and efficient collaboration on work items.

Core Features & Use Cases

  • Batch Story Shipping: Handle batches of tracker issues or free-text features.
  • Automated Workflow: Automates the process of creating branches, running tests, and opening pull requests for each story.
  • Complex Story Management: Supports complex stories with superpowers for brainstorming, planning, and verification.
  • Use Case: For a team working on a project managed with corgi-compose, this Skill ensures that stories are efficiently processed from idea to implementation.

Quick Start

Use the stories skill to ship a batch of stories from the tracker issues 'ABC-123', 'XYZ-456', and 'UVW-789'.

Frequently Asked Questions about stories

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

FAQPage Schema
How do I automate pull request creation for a batch of tracker issues?▼

Automated pull request creation for a batch of tracker issues is handled by processing each story individually, creating a dedicated branch, running tests, and opening a pull request automatically upon completion.

What is the best way to manage complex software stories that require brainstorming and planning?▼

Managing complex software stories is supported through built-in superpowers that enable structured brainstorming, detailed planning, and automated verification before a pull request is opened.

Do I need corgi-compose to use automated branch creation and story shipping?▼

Yes, corgi-compose is required as this skill manages the lifecycle of software stories within a corgi-compose workspace, relying on it for workspace management and agent tracking.

Can I process free-text features alongside tracker issues in a single batch?▼

Yes, batch story shipping can handle a mixed input of formal tracker issues and free-text features, automating the workflow from branch creation to pull request opening for both types.

How does manual intervention work during automated story processing?▼

Manual intervention is supported during story processing, allowing developers to step in for complex scenarios or verification steps while the skill handles the automated branch creation and testing pipeline.

Can I use gh and glab for pull request automation within a corgi workspace?▼

Yes, the skill relies on gh and glab dependencies to interface with version control platforms, automating branch creation and pull request opening directly within your corgi-compose workspace.