github/gh-aw✦ 精选0°

gh-agent-task

仓库创建 2025年8月13日最近提交 2 小时前SkillHot 收录 1 小时前
▸ 精选理由

把自然语言指令转为自动代码变更的实用工具。

▸ 风险提示

需安装 gh 扩展并具备仓库写入权限。

这个 Skill 做什么

通过 gh CLI 扩展创建、运行并监控 agent 任务(Issue 驱动)。

通过 gh CLI 的扩展在命令行创建、运行并监控 agent 任务,把自然语言指令变成触发自动改代码的 Issue。适合想用 GitHub issue 驱动自动化 agent 并从 CLI 管理任务生命周期、查看进度和结果时使用。把 agent 流程和代码变成可审计、可复现的工作流,便于跟踪与回滚。

▸ 展开 SKILL.md 英文原文

Use gh agent-task commands to create, run, and monitor agent tasks.

自动化集成GitHub CLI任务自动化Issue 驱动通用
4.9k
Stars
482
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/gh-agent-task/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/gh-aw/main/.github/skills/gh-agent-task/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# GitHub CLI Agent Task Extension

The `gh agent-task` extension creates GitHub Copilot coding agent tasks from the CLI. A task is a GitHub issue that triggers automated code changes from natural language instructions.

**Repository**: https://github.com/github/agent-task (internal GitHub extension)

## Overview

Agent tasks are GitHub issues that:
- Contain natural language instructions for code changes
- Trigger GitHub Copilot to autonomously execute the task
- Create pull requests with the implemented changes
- Provide a workflow for reviewing and merging automated code modifications

## Installation

Install via GitHub CLI:

```bash
gh extension install github/agent-task
```

**Note**: T
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有