copilot

Integrates GitHub CLI and CopilotSpawner workflows with HtmlGraph event tracking.

3|3|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/Shakes-tzd/htmlgraph --skill copilot-shakes-tzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot
Source: https://github.com/Shakes-tzd/htmlgraph/tree/main/packages/claude-plugin/skills/copilot
Command: npx skills add https://github.com/Shakes-tzd/htmlgraph --skill copilot-shakes-tzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides documentation and patterns for using the GitHub CLI (gh) and CopilotSpawner with HtmlGraph's full event tracking, enabling repeatable, observable automation and AI-assisted coding workflows.

Core Features & Use Cases

  • Documentation and examples for gh CLI usage (pull requests, issues, repositories) and CopilotSpawner integration with HtmlGraph.
  • Dual execution patterns: GitHub CLI commands via Bash for deterministic actions and CopilotSpawner for AI-generated code with complete event tracking.
  • Full observability in HtmlGraph: parent events, subprocess events, and linked delegation to ensure traceable workflows.

Quick Start

Read this skill to learn gh CLI syntax and CopilotSpawner integration. Execute commands via Bash to perform GitHub operations. Use CopilotSpawner with the HtmlGraph SDK to generate code while preserving event tracking.

Frequently Asked Questions about copilot

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

FAQPage Schema
How do I track GitHub CLI operations and Copilot code generation events?

To track GitHub CLI operations and Copilot code generation events, use the CopilotSpawner integration with the HtmlGraph Python SDK, which captures parent events, subprocess events, and linked delegations for full observability.

How do I automate pull requests and issues with full event tracking?

You can automate pull requests and issues by executing GitHub CLI commands via Bash for deterministic actions, while using HtmlGraph's Python SDK context to record the event tracking data for each operation.

Do I need the gh CLI installed to use CopilotSpawner with HtmlGraph?

Yes, you need the gh CLI installed to perform GitHub repository management operations. CopilotSpawner handles AI-generated code tasks, while HtmlGraph's Python SDK provides the required context for accurate event tracking.

What is the best way to combine deterministic GitHub actions with AI code generation?

The best way is using dual execution patterns: run GitHub CLI commands via Bash for deterministic pull request and issue actions, then use CopilotSpawner for AI-generated code, both tracked through HtmlGraph.

Why does HtmlGraph event tracking matter for GitHub automation workflows?

HtmlGraph event tracking matters because it ensures repeatable and observable GitHub automation workflows by capturing parent events, subprocess events, and linked delegations, making complex AI-assisted coding tasks fully traceable.