ralph_impl

Implement the highest priority SMALL or XS Linear ticket via worktree and AI session.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/visualitypl/visuality-humanlayer --skill ralph-impl-visualitypl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph_impl
Source: https://github.com/visualitypl/visuality-humanlayer/tree/main/.github/skills/ralph_impl
Command: npx skills add https://github.com/visualitypl/visuality-humanlayer --skill ralph-impl-visualitypl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of picking up the highest priority small Linear ticket, setting up a dedicated worktree for development, and initiating the implementation process.

Core Features & Use Cases

  • Automated Ticket Selection: Identifies and selects the highest priority SMALL or XS Linear ticket that is ready for development.
  • Worktree Setup: Creates a new worktree for the selected ticket, ensuring a clean and isolated development environment.
  • Implementation Launch: Initiates an implementation session with a specified model, guiding the AI through the development process and subsequent steps like committing and creating a PR.
  • Use Case: A developer needs to quickly start working on the most critical bug fix. This Skill automatically finds the ticket, sets up their environment, and starts the coding assistant.

Quick Start

Use the ralph_impl skill to implement the highest priority small Linear ticket.

Frequently Asked Questions about ralph_impl

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

FAQPage Schema
How do I automate Linear ticket implementation with a git worktree?

Automate Linear ticket implementation by fetching the highest priority SMALL or XS ticket, creating an isolated worktree, and launching an AI-driven session for code changes, commits, and Pull Request creation.

Can I use this to automatically select the highest priority Linear ticket for development?

Yes, it automatically identifies and selects the highest priority SMALL or XS Linear ticket that is ready for development, ensuring you always work on the most critical task without manual triage.

Do I need the linear CLI and humanlayer tools to automate developer workflows?

Yes, automating this developer workflow requires integration with the linear CLI to fetch tickets and update statuses, and humanlayer tools to manage the AI-driven implementation session.

What is the best way to start an AI coding session for small bug fixes?

The best way is to use a workflow that sets up a dedicated worktree for your selected ticket and initiates an implementation session with a specified model, guiding the AI through development and PR creation.

Does this workflow handle ticket status updates and Pull Request creation automatically?

Yes, the workflow handles Linear ticket status updates throughout the process and guides the AI to generate commits and create a Pull Request upon completing the implementation.

Why should I use a worktree for isolated ticket implementation?

Using a worktree ensures a clean and isolated development environment for each ticket, preventing branch conflicts while the AI assistant implements code changes and prepares commits.