用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/finos/git-proxy --skill issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | issue |
| description | Create a GitHub issue markdown file from a bug report, feature request, or discussion context |
Create a GitHub issue markdown file from the details provided by the user.
Read AGENTS.md first. It is the canonical project guide for this repository.
The user will describe a bug, feature request, or discussion context (e.g. Slack conversations, error logs, reproduction steps). Your job is to turn that into a well-structured issue and save it to plans/.
Steps:
plans/issue-<short-slug>.mdIssue format:
## <title> as the first line (this becomes the GitHub issue title)### Problem — 2-3 sentences explaining the issue and its impact### Steps to Reproduce — numbered list (if applicable)### Expected Behavior — 1-2 sentences### Actual Behavior — include relevant log snippets in code blocks, keep them short (trim stack traces to the key lines)### Potential Root Cause — based on your codebase investigation, explain where the issue likely lives. Link to source code using upstream GitHub URLs: https://github.com/finos/git-proxy/blob/main/...#L<start>-L<end>.### Affected Files — table with file links and one-line role descriptions### Additional Context — bullet points for version info, related code paths, or anything else usefulStyle rules:
## heading is the title$ARGUMENTS