一键导入
raise-issue
Raise a detailed, structured issue on GitHub. Gathers context, builds reproduction steps, expected outcomes, and acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Raise a detailed, structured issue on GitHub. Gathers context, builds reproduction steps, expected outcomes, and acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Monitor the CI checks status of a Pull Request on GitHub, parse logs on failure, and address any non-passing checks.
Generate a detailed pull request body and create/update a PR on GitHub. Gathers workspace changes, updates the PR body dynamically, and posts update comments to capture a historical paper trail.
Start work on a new GitHub issue. Fetches issue details, generates standard branch names, and sets up the branch.
| name | raise-issue |
| description | Raise a detailed, structured issue on GitHub. Gathers context, builds reproduction steps, expected outcomes, and acceptance criteria. |
Standardized procedure to generate and raise a high-quality issue on GitHub for this project.
Analyze the problem or requirement:
Generate a structured description:
## Problem
[What is failing and why it is wrong. Include tracebacks.]
## Steps to reproduce
\`\`\`bash
[Exact command to trigger the bug]
\`\`\`
## Expected behaviour
[What should happen.]
## Actual behaviour
[What is currently happening.]
## Suspected Cause (optional)
[Specific file, function, or commit suspected.]
## Summary
[High-level explanation of the feature and what user problem it solves.]
## Proposed Solution
[How it should be implemented — CLI subcommands, API methods, config keys.]
## Examples
\`\`\`bash
jeeves whoami
👤 Authenticated as: alice (Alice Smith)
\`\`\`
## Acceptance Criteria
- [ ] [Behaviour under condition A]
- [ ] [Error handling for condition B]
- [ ] [Tests added]
- [ ] [make format && make lint && make test all pass]
Verify the title:
feat:, fix:).Create the issue:
gh issue create --repo mrsixw/jeeves --title "<title>" --body "<body>"
Confirm to the user: Report the issue URL and number.