github

Manages GitHub repository operations including branches, PRs, commits, and Linear integration.

1|1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/slantview/claude --skill github-slantview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/slantview/claude/tree/main/skills/github
Command: npx skills add https://github.com/slantview/claude --skill github-slantview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines repository management, ensuring code integrity, efficient collaboration, and seamless integration with Linear for task tracking.

Core Features & Use Cases

  • Automated Branching: Creates branches tied to Linear tickets.
  • Standardized Commits: Enforces conventional commit messages.
  • PR Management: Facilitates PR creation, updates, and reviews.
  • Linear Integration: Updates Linear tickets with progress and merge status.
  • Use Case: When starting a new feature, use this Skill to automatically create a Git branch named after the Linear ticket, push it, and update the ticket with the branch details.

Quick Start

Use the github skill to create a new branch for the Linear ticket ENG-123.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate git branch creation tied to Linear tickets?

Automated git branch creation links Git branches to Linear tickets by generating branch names from ticket IDs, pushing them to the remote repository, and recording the branch details directly within the Linear ticket.

What is the best way to enforce conventional commit messages in pull requests?

The best way to enforce conventional commit messages in pull requests is through an automated workflow that standardizes commit formats during pre-commit checks, ensuring uniform history before PR creation and review.

How does Linear integration work with GitHub pull request management?

Linear integration works with GitHub pull request management by automatically updating Linear tickets with development progress and merge status, ensuring transparent task tracking synchronizes directly with repository operations.

Can I use pre-commit security checks for automated repository workflows?

Yes, you can use pre-commit security checks within automated repository workflows to validate code integrity before branch pushes and pull request updates, satisfying professional development practices without manual intervention.

Do I need a Linear account to automate GitHub pull request updates?

Yes, a Linear account is required to automate GitHub pull request updates because the workflow relies on Linear integration to synchronize task tracking, update ticket progress, and reflect merge status accurately.