gathering-context

Gather Linear issue, GitHub PR, and Buildkite build context for a Git branch.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill gathering-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gathering-context
Source: https://github.com/blaknite/agent-skills/tree/main/gathering-context
Command: npx skills add https://github.com/blaknite/agent-skills --skill gathering-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of starting work on a new branch by automatically gathering all relevant context, preventing the need to manually look up issue details, pull requests, and build statuses.

Core Features & Use Cases

  • Consolidated Information: Provides a single, easy-to-understand summary of Linear issue details, GitHub PR information, and Buildkite build status.
  • Automated Context Gathering: Identifies branch, finds associated PRs, extracts Linear issue IDs from various sources, and fetches the latest build status.
  • Use Case: Before starting a new feature, run this skill to get a complete picture of the task, including what issue it relates to, its current PR status, and if the latest build is passing or failing.

Quick Start

Gather all context for the current branch.

Frequently Asked Questions about gathering-context

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

FAQPage Schema
How do I get Linear issue, GitHub PR, and Buildkite build status for a Git branch?

To get Linear issue, GitHub PR, and Buildkite build status for a Git branch, use a context gathering tool that scans branch names, PR titles, and PR bodies for Linear issue identifiers and retrieves associated data.

How can I automatically extract Linear issue IDs from GitHub pull requests?

You can automatically extract Linear issue IDs from GitHub pull requests by scanning branch names, PR titles, and PR bodies to find the identifiers and fetch the corresponding issue details.

What is the best way to consolidate branch context before starting new development?

The best way to consolidate branch context before starting new development is to run an automated context gathering process that summarizes associated Linear issues, GitHub PRs, and Buildkite build statuses.

Does gathering branch context require separate skills for Linear, GitHub, and Buildkite?

Gathering branch context utilizes underlying skills for reading pull requests, using Linear, and debugging failed builds to retrieve data, so you do not need to manually query each service separately.

Can I check the latest Buildkite build status alongside Linear issue details?

Yes, you can check the latest Buildkite build status alongside Linear issue details by running a context gathering process that fetches build statuses and issue information for your current branch.

What context is gathered when scanning a Git branch for development workflow?

When scanning a Git branch for development workflow, the context gathered includes comprehensive Linear issue details, GitHub pull request information, and the latest Buildkite build status.