Skip to content

Commit 413c275

Browse files
committed
chore: add auto-implementing issue prompt for Malgo project
1 parent 20602d4 commit 413c275

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/prompts/auto_impl_small_issue.prompt.md renamed to .github/prompts/fix-issue.prompt.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
mode: "agent"
3-
description: "Prompt for auto-implementing small issues and creating pull requests in the Malgo project"
3+
description: "Prompt for auto-implementing issues and creating pull requests in the Malgo project"
44
---
55

66
## Steps
@@ -35,7 +35,12 @@ Follow **Planning** → **Action**. Obtain user approval between Planning and Ac
3535
11. Push the branch and create a draft pull request:
3636
```bash
3737
git push --set-upstream origin fix/${issue_number}/<short-description>
38-
gh pr create --draft --base master --title "<concise summary>" --body "fix: #${issue_number} Auto-generated PR\n\n- Description of changes\n- References or notes\n- Questions or concerns"
38+
cat <<EOS | gh pr create --draft --base master --title "<concise summary>" --body-title -
39+
fix: #${issue_number} Auto-generated PR
40+
- Description of changes
41+
- References or notes
42+
- Questions or concerns
43+
EOS
3944
```
4045
4146
## Pull Request Format

0 commit comments

Comments
 (0)