Back to Skills

github-integration

DNYoussef
Updated Yesterday
73 views
9
2
9
View on GitHub
Metaaimcp

About

This GitHub integration skill coordinates GitHub-focused tasks like PR reviews, multi-repo operations, and project management through MCP tool integrations. It provides structured routing with safety guardrails and standardized procedures for consistent GitHub automation. Use it when you need to automate or coordinate multiple GitHub workflows with built-in compliance and tool coordination.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/DNYoussef/context-cascade
Git CloneAlternative
git clone https://github.com/DNYoussef/context-cascade.git ~/.claude/skills/github-integration

Copy and paste this command in Claude Code to install this skill

Documentation

L1 Improvement

  • Added a centralized SOP in Prompt Architect style with Skill Forge guardrails for all GitHub subskills.
  • Documented routing, MCP tool expectations, and confidence ceilings.
  • Introduced structure-first documentation and memory tagging.

STANDARD OPERATING PROCEDURE

Purpose

Route and coordinate GitHub tasks across subskills (PR review, multi-repo, project management, releases, workflow automation) with consistent SOPs and MCP integrations.

Trigger Conditions

  • Positive: GitHub PR reviews, multi-repo coordination, project board automation, release orchestration, or workflow automation requests.
  • Negative: non-GitHub SCM or local-only tasks; route to platform-specific skills.

Guardrails

  • Structure-first docs: SKILL, README, MCP guide kept current.
  • Explicit routing to subskills; do not mix flows without stating boundaries.
  • Enforce least-privilege credentials; never log secrets.
  • Confidence ceilings required on analyses and automation changes.
  • Memory tagging for runs and auditability.

Execution Phases

  1. Intent & Routing – Identify which subskill applies; confirm repository scope, permissions, and risk level.
  2. Setup – Ensure MCP servers (Claude Flow, Flow Nexus if used) are configured; validate tokens; set WHO/WHY/PROJECT/WHEN tags.
  3. Plan – Map actions, safety checks, and rollback; align with subskill SOP.
  4. Execute – Run subskill workflows (review/multi-repo/project/release/actions) with logging and dry-runs where possible.
  5. Validate – Verify results (tests, checks, approvals) and ensure no secrets leaked.
  6. Deliver – Summarize actions, outputs, risks, and confidence line; archive in memory.

Output Format

  • Routed subskill(s), repo scope, MCP servers used, and actions taken.
  • Results/metrics, risks, and follow-ups.
  • Confidence: X.XX (ceiling: TYPE Y.YY) and memory namespace.

Validation Checklist

  • Correct subskill chosen; permissions confirmed.
  • MCP servers configured; secrets protected.
  • Actions logged with rollback/cleanup notes.
  • Memory tagged; confidence ceiling declared.

Integration

  • Subskills: PR review, multi-repo, project management, release management, workflow automation folders under this skill.
  • MCP: see MCP-INTEGRATION-GUIDE.md for commands; tag sessions with WHO/WHY/PROJECT/WHEN.
  • Memory MCP: skills/tooling/github-integration/{project}/{timestamp} for runs.

Confidence: 0.70 (ceiling: inference 0.70) – SOP aligns GitHub integrations with Prompt Architect and Skill Forge guardrails.

GitHub Repository

DNYoussef/context-cascade
Path: skills/tooling/github-integration

Related Skills

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

cloudflare-turnstile

Meta

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

View skill