From fc2ac0680868f6ab8440d6e14e220d301287cde7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:33:39 -0400 Subject: [PATCH] pr: note --- modules/home/claude-code/commands/pr.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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