diff --git a/modules/home/claude-code/commands/pr.md b/modules/home/claude-code/commands/pr.md index 8a502e6..f1193b8 100644 --- a/modules/home/claude-code/commands/pr.md +++ b/modules/home/claude-code/commands/pr.md @@ -13,6 +13,11 @@ Create and open a draft pull request on GitHub for the current branch. 2. **Generate PR Content** - Create a descriptive title that summarizes the changes - Generate a comprehensive description with: + - A GitHub note indicating the description is LLM-generated: + ```markdown + > [!NOTE] + > This PR description was initially generated by an LLM. + ``` - A brief summary paragraph at the top - **User-Facing Changes**: What end-users will notice or experience - **Developer Notes**: Technical details, implementation notes, or items of interest to other developers @@ -38,16 +43,21 @@ Create and open a draft pull request on GitHub for the current branch. ## Example Output Format +``` ``` PR Title: Add new authentication system PR Description: +> [!NOTE] +> This PR description was initially generated by an LLM and may require review. + This PR introduces a modern OAuth-based authentication system alongside improved password management, enhancing both security and user experience. ## User-Facing Changes - Users can now log in using OAuth providers (Google, GitHub) - Improved password reset flow with better email notifications +``` - Session timeout increased from 1 hour to 24 hours ## Developer Notes