Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Arete-Consortium/ai-skills --skill issueコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
| name | issue |
| description | GitHub Issue Creator |
| lifecycle | experimental |
Generate well-structured GitHub issues from descriptions.
/issue bug: App crashes when clicking save
/issue feature: Add dark mode support
/issue --template bug # Use bug template
/issue --template feature # Use feature template
## Bug Description
Clear description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. See error
## Expected Behavior
What should happen.
## Actual Behavior
What actually happens.
## Environment
- OS: Ubuntu 22.04
- Python: 3.11
- Version: 1.2.3
## Screenshots/Logs
Error traceback here
## Additional Context
Any other relevant information.
## Feature Description
Clear description of the feature.
## Problem It Solves
What problem does this address?
## Proposed Solution
How should this work?
## Alternatives Considered
Other approaches you've thought about.
## Additional Context
Mockups, examples, or references.
# Create issue
gh issue create --title "Title" --body "Body" --label "bug"
# Create with template
gh issue create --template bug_report.md
# List labels
gh label list
| Keyword | Label |
|---|---|
| bug, crash, error | bug |
| feature, add, new | enhancement |
| docs, documentation | documentation |
| help, question | question |
| urgent, critical | priority: high |
When /issue is invoked: