tilelang-github-operations

Install GitHub CLI and create pull requests via authenticated workflows.

346|151|Updated Sep 25, 2025
One-click install
npx skills add https://github.com/tile-ai/tilelang-ascend --skill tilelang-github-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tilelang-github-operations
Source: https://github.com/tile-ai/tilelang-ascend/tree/main/.agents/skills/tilelang-custom-skill/tilelang-github-operations
Command: npx skills add https://github.com/tile-ai/tilelang-ascend --skill tilelang-github-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and AI agents often struggle with correctly installing, authenticating, and using the GitHub CLI, as well as performing reliable pull‑request workflows, especially under restrictive network conditions and strict security requirements.

Core Features & Use Cases

  • GitHub CLI Installation & Configuration: Step‑by‑step guides for Linux, macOS, and Windows, including handling slow network connections and background installation monitoring.
  • Pull Request Workflow: Detailed procedure for committing changes, pushing branches, and creating PRs with proper titles, messages, and token management.
  • Reliability Enhancements: Recommendations for retry logic, proxy setup, and security checks to ensure robust operations in enterprise environments.

Quick Start

Use the tilelang-github-operations skill to guide me through installing GitHub CLI and creating a pull request for the tilelang‑ascend repository.

Frequently Asked Questions about tilelang-github-operations

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

FAQPage Schema
How do I automate a GitHub pull request workflow from the command line?

To automate a GitHub pull request workflow, you can use the GitHub CLI to commit changes, push them to a specified branch, and generate a PR. This process includes proper token management and AI-agent identification in titles.

What's the best way to configure GitHub CLI authentication for automated devops tasks?

Configuring GitHub CLI authentication for devops tasks requires setting up secure token management. The skill provides step-by-step configuration guides for Linux, macOS, and Windows, ensuring authenticated interactions with your repositories.

How do I install GitHub CLI on Linux or macOS with slow network connections?

Installing GitHub CLI on Linux or macOS under slow network conditions is handled through background installation monitoring. The skill provides step-by-step guides with reliability enhancements like retry logic and proxy setup for robust operations.

Why does GitHub CLI fail to create pull requests in restrictive enterprise environments?

GitHub CLI fails to create pull requests in restrictive enterprise environments due to network and security limitations. The skill addresses this by implementing network retry policies, proxy configurations, and security checks for reliable PR creation.

Do I need to identify AI agents in GitHub commit messages and PR titles?

Yes, you need to identify AI agents in GitHub commit messages and PR titles to follow security guidelines. The skill ensures proper AI-agent identification is included in both commit and PR titles during the workflow execution.