get-started

Validate, plan, and implement GitHub issues with GitHub CLI.

1|Updated May 30, 2025
One-click install
npx skills add https://github.com/pkuppens/on_prem_rag --skill get-started-pkuppens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-started
Source: https://github.com/pkuppens/on_prem_rag/tree/main/.claude/skills/get-started
Command: npx skills add https://github.com/pkuppens/on_prem_rag --skill get-started-pkuppens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of starting work on a GitHub issue by guiding users through a structured Validate → Plan → Implement workflow, ensuring alignment and clarity before development begins.

Core Features & Use Cases

  • Issue Validation: Assesses the relevance, clarity of acceptance criteria, and scope of a GitHub issue.
  • Planning & Branching: Facilitates the creation of an implementation plan and a new feature branch.
  • Progress Tracking: Utilizes temporary files for state management, enabling session continuation and clear progress updates.
  • Use Case: When you pick up a new GitHub issue, use this Skill to ensure you understand the requirements, create a plan, and set up your development environment correctly.

Quick Start

Use the get-started skill to begin work on issue number 123.

Frequently Asked Questions about get-started

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

FAQPage Schema
How do I start a structured workflow for a new GitHub issue?

A structured GitHub issue workflow validates issue relevance and acceptance criteria, then facilitates planning and feature branch creation to ensure alignment and clarity before development begins.

What does issue validation involve when picking up a new GitHub issue?

Issue validation assesses the relevance, clarity of acceptance criteria, and scope of a GitHub issue to ensure you fully understand the requirements before creating an implementation plan and setting up your development environment.

Do I need the GitHub CLI installed to manage issue planning and implementation?

Yes, you need the GitHub CLI installed to manage issue planning and implementation, as the workflow relies on GitHub CLI interactions and requires adherence to project conventions for quality gates and branching policies.

Can I pause and resume development work on a GitHub issue across sessions?

Yes, you can pause and resume development work across sessions because the workflow utilizes temporary scratch files for state management and progress tracking, enabling clear session continuation until implementation is complete.

What's the best way to ensure alignment on scope before implementing a GitHub issue?

The best way to ensure alignment on scope before implementing a GitHub issue is to follow a structured validation and planning workflow that assesses clarity, manages issue context, and generates a concrete implementation plan before coding begins.