Lattice Context Bundle

Read manifest.json to access structured GitHub issue and pull request context.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/plattegruber/lattice --skill lattice-context-bundle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lattice Context Bundle
Source: https://github.com/plattegruber/lattice/tree/main/priv/sprite_skills/context
Command: npx skills add https://github.com/plattegruber/lattice --skill lattice-context-bundle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand the context provided to an AI agent (Sprite) when it's triggered by an issue or pull request, ensuring the AI has the necessary background information to perform its task effectively.

Core Features & Use Cases

  • Contextual Awareness: Provides AI agents with relevant information about the triggering event (issue/PR), conversation history, and related documents.
  • Informed Decision-Making: Enables AI agents to make better decisions by understanding the problem, discussion, and reviewer feedback.
  • Use Case: When an AI agent is tasked with fixing a bug reported in a GitHub issue, this Skill ensures the agent can read the issue description, the entire comment thread, and any relevant code diffs to understand the problem thoroughly before attempting a fix.

Quick Start

Read the manifest.json file to understand the available context.

Frequently Asked Questions about Lattice Context Bundle

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

FAQPage Schema
How do I provide GitHub issue context to an AI agent for bug fixing?

To provide GitHub issue context to an AI agent, you supply structured context including trigger details, comment threads, and diff statistics. This ensures the agent reads the issue description and conversation history to understand the problem thoroughly.

What information does an AI agent need from a pull request to make informed decisions?

An AI agent needs manifest metadata, trigger details, comment threads, diff statistics, and review comments from a pull request to make informed decisions. This context provides the necessary background regarding the discussion and reviewer feedback.

How do I start reading the available context files for an AI triggering event?

To start reading available context files for an AI triggering event, read the manifest.json file first. This manifest determines the specific context files available before the AI agent processes the GitHub issue or pull request data.

Does this context bundle work with both GitHub issues and pull requests?

Yes, this context bundle works with both GitHub issues and pull requests. It provides structured context about triggering events, ensuring the AI agent understands the problem, discussion history, and relevant code diffs.

Why does my AI agent lack background information when triggered by a GitHub issue?

Your AI agent lacks background information when triggered by a GitHub issue because it is missing structured context. Providing manifest metadata, comment threads, and diff statistics ensures the agent has the necessary conversation history to perform its task effectively.