بنقرة واحدة
pr-summary
Generate pull request summaries and open GitHub PRs from the current branch’s git changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate pull request summaries and open GitHub PRs from the current branch’s git changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use whenever commiting changes to git.
Code reviews of git changes without creating actual PR.
Create thorough implementation plans for complex tasks.
Creates non-technical changelogs from git commits.
Rewrite user requests into clear, precise, and complete AI prompts. Use when a user asks to create, convert, or refine a prompt, or to restate a request as a specification for an AI model.
Create clear, concise technical documentation for a specified file, module, or folder.
استنادا إلى تصنيف SOC المهني
| name | pr-summary |
| description | Generate pull request summaries and open GitHub PRs from the current branch’s git changes. |
git log main..HEAD --onelinegit diff main...HEAD --statgit diff main...HEAD.<type>(<scope>): <summary> (<ticket>)feat(profile): add blocking feature (HAE-111)fix(onboarding): correct next button target path (HAE-222)gh pr create with the title and body.## Summary
- [1-3 bullets describing the changes]
## Changes
- [Significant changes]
- [Files modified: list paths or key files]
- [Breaking changes, if any]
## Dependencies
- [Dependencies added or updated]
## Testing Notes
- [How to test these changes (ommit if not needed or if simple change)]
None rather than omitting the line.