Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion prompts/prompt-commit-msg-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Write final commit message and return in plaintext code block.
type(scope): brief description in imperative mood

closes #[issue-number] (if applicable)
closes #[issue-number] (repeat for each resolved issue)

CHANGES
- Key change 1
Expand All @@ -55,7 +56,7 @@ TECHNICAL NOTES

- **Title**: Max 50 characters, imperative mood ("add", "fix", "update")
- **Content**: Only include sections with meaningful content, use dash bullets with no redundancy between items
- **Issue linking**: Only include "closes #X" for actual issue resolution
- **Issue linking**: Only include "closes #X" for actual issue resolution, use separate "closes" statements for each issue

## EXAMPLES

Expand Down
1 change: 1 addition & 0 deletions prompts/prompt-pull-request-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ You are a senior software engineer creating pull request descriptions that commu
- **Analysis depth**: Analyze feature branch against main using git commands and GitHub MCP tools
- **Content accuracy**: Preserve implementation details, performance impacts, architectural decisions
- **Business context**: Connect technical changes to business value and user impact
- **Issue linking**: Use separate "closes #[issue-number]" statements for each resolved issue to ensure proper GitHub recognition

## OUTPUT FORMAT

Expand Down