lybtzyzs-context-builder

Builds a context package from documents, code dependencies, and ADRs for a GitHub Issue.

Updated Jun 16, 2025
One-click install
npx skills add https://github.com/shouqitao/LYBTZYZS --skill lybtzyzs-context-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lybtzyzs-context-builder
Source: https://github.com/shouqitao/LYBTZYZS/tree/main/.claude/skills/lybtzyzs-context-builder
Command: npx skills add https://github.com/shouqitao/LYBTZYZS --skill lybtzyzs-context-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the time-consuming and error-prone manual process of gathering all necessary information for a development task. It ensures that developers always have a complete and relevant context, including requirements, design, code dependencies, and historical decisions, preventing misunderstandings and rework.

Core Features & Use Cases

  • Intelligent Document Aggregation: Automatically locates and aggregates relevant requirements, design, and task documents, intelligently de-duplicating and summarizing large files to fit token budgets.
  • Code Dependency Analysis: Uses the serena tool to analyze code dependencies, identifying relevant Repository, Service, and Controller layers, their interfaces, and implementation details.
  • Historical Decision Tracing: Retrieves Architecture Decision Records (ADRs), relevant best practices from memory, and related GitHub Issue history to provide comprehensive background and rationale.
  • Use Case: When starting a new GitHub Issue, this Skill automatically builds a "context package" containing all relevant documents, code snippets, ADRs, and past discussions, allowing the developer to immediately start coding with full understanding.

Quick Start

Build the context for GitHub Issue #1234, which involves modifying the ConsultationRepository.