Skip to content

Conversation

@plusplusoneplusplus
Copy link
Owner

Summary

This PR reorganizes the prompt files by moving them from .prompts/ to .github/prompts/ to follow GitHub repository conventions and improve discoverability.

Changes

  • Relocated Files: Moved all 5 prompt files to the new location:

    • extract_commit_info.prompt.md
    • generate_github_issue.prompt.md
    • github_issue_planning.prompt.md
    • github_issue_workflow.prompt.md
    • submit.prompt.md
  • Organization: Uses .github/prompts/ directory which follows GitHub's convention for repository-specific configurations and documentation

  • Content Preservation: All file contents remain exactly the same - this is purely a reorganization

Benefits

  • Better Discoverability: .github/ directories are a standard location for repository configuration and documentation
  • Improved Organization: Follows GitHub conventions for prompt and template storage
  • Standards Compliance: Aligns with common practices for AI/LLM prompt organization

Testing

  • ✅ All files successfully moved and renamed
  • ✅ Git history preserved (shows as file renames)
  • ✅ No content changes made to any files
  • ✅ Pre-commit hooks passed

Breaking Changes

None - this is a pure file reorganization that maintains all content.

- Relocate all prompt files to follow GitHub conventions
- Extract commit info, GitHub issue, planning, workflow, and submit prompts
- Maintains file contents while improving organization
- Uses .github/prompts/ for better discoverability and standards compliance

(Cursor)
@plusplusoneplusplus plusplusoneplusplus enabled auto-merge (squash) June 29, 2025 03:31
@plusplusoneplusplus plusplusoneplusplus merged commit 4e27919 into main Jun 29, 2025
14 checks passed
@plusplusoneplusplus plusplusoneplusplus deleted the refactor/move-prompts-to-github-directory branch June 29, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants