aether-issue-pr

Automate GitHub issue and PR workflows for the Science-Discovery/Aether repository.

71|18|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Science-Discovery/Aether --skill aether-issue-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aether-issue-pr
Source: https://github.com/Science-Discovery/Aether/tree/main/.agents/skills/aether-issue-pr
Command: npx skills add https://github.com/Science-Discovery/Aether --skill aether-issue-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Science-Discovery/Aether 项目在 issue 和 PR 的创建与合并流程上依赖人工操作,易出错且耗时。本 Skill 通过引导用户输入、按仓库模板起草草案并在确认后再提交,提供端到端的工作流自动化,显著缩短周期并降低出错率。

Core Features & Use Cases

  • 按照仓库模板自动起草 issue 和 PR 草案,支持功能、缺陷、提问等任务类型,并在提交前待用户确认。
  • 通过 gh CLI 等工具实际创建 issue/PR,确保遵循模板、正确关联 Issue/PR 与任务。
  • 处理缺失 issue 编号、认证状态检查、沙箱网络限制等边界情况,具备安全重试与提权处理。

Quick Start

在 Science-Discovery/Aether 仓库中按提示起草 issue/PR,并在你确认后提交。

Frequently Asked Questions about aether-issue-pr

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

FAQPage Schema
How do I automate GitHub issue and PR creation using repository templates?

Automating GitHub issue and PR creation with repository templates involves guiding user prompts, drafting content per repository format, and submitting via gh CLI after user confirmation. This ensures correct template usage and proper task linkage.

What is the best way to draft a GitHub issue before submitting it to a repository?

Drafting a GitHub issue before submission requires collecting task details, matching them to repository issue templates, and presenting a draft for user review. This pre-submission step prevents formatting errors and ensures all required template fields are populated correctly.

Can I use gh CLI to open pull requests that automatically follow repository templates?

Yes, you can use gh CLI to open pull requests that follow repository templates by drafting the PR body according to the template structure first. The automation handles template formatting, issue association, and user confirmation before executing the gh command.

How do GitHub automation workflows handle missing issue numbers and authentication errors?

GitHub automation workflows handle missing issue numbers and authentication errors by implementing robust pre-checks for issue status and auth state. When network or sandbox limits block submission, the workflow applies safe retries and escalates with detailed error context if needed.

Do I need user confirmation before a workflow submits a pull request to GitHub?

Yes, user confirmation is required before a workflow submits a pull request or issue to GitHub. The automation drafts the content based on repository templates and pauses for explicit approval, ensuring you maintain control over the actual repository changes.