greet

Detect Linear issue identifiers and prepare context for planning.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/g-bastianelli/nuthouse --skill greet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greet
Source: https://github.com/g-bastianelli/nuthouse/tree/main/linear-devotee/skills/greet
Command: npx skills add https://github.com/g-bastianelli/nuthouse --skill greet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the greeting process and preparation for managing Linear issues, enhancing the workflow efficiency.

Core Features & Use Cases

  • Immediate Greeting: Automatically greets users when a Linear issue identifier is detected.
  • Issue Context Delegation: Delegates issue context to issue-context, prepares branch/status, and resolves source spec.
  • Handoff to Plan: Writes greet context and hands off to plan for further issue management.
  • Use Case: When starting a new session, this Skill ensures that all necessary information is ready for effective issue planning.

Quick Start

Start the greet skill with a Linear issue identifier, e.g., greet ABC-123.

Frequently Asked Questions about greet

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

FAQPage Schema
How do I automate Linear issue preparation when starting a new session?

Automating Linear issue preparation requires a Skill that detects issue identifiers, delegates context, and prepares branch status. You start by providing a Linear issue identifier like ABC-123 to trigger the automated greeting and context resolution process.

What does context delegation for Linear issue management involve?

Context delegation for Linear issue management involves resolving source specifications and preparing branch status. The Skill detects the issue identifier, gathers the necessary git repository context, and writes it out for subsequent planning.

Do I need git repository access to prepare Linear issues for planning?

Yes, git repository access is required to prepare Linear issues for planning. The Skill needs to resolve source specifications and prepare branches, which depends on reading context directly from your connected git repositories.

How to resolve source specs and branch status for a Linear issue?

To resolve source specs and branch status for a Linear issue, run the greeting process with a valid identifier. The system automatically delegates the issue context, resolves the underlying source specification, and prepares the branch for development.

Can I hand off Linear issue context directly to a planning workflow?

Yes, you can hand off Linear issue context directly to a planning workflow. After detecting the issue identifier and preparing the branch, the Skill writes the gathered context and explicitly hands it off to the planning phase.

What is the best way to greet and set up context for Linear issue management?

The best way to greet and set up context for Linear issue management is using an automated workflow that triggers on issue identifiers. This ensures immediate context delegation and branch preparation without manual setup overhead.