بنقرة واحدة
git-pr-workflow
Best practices for creating and reviewing pull requests
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Best practices for creating and reviewing pull requests
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Cloud Build CI/CD patterns with Terraform-via-Cloud-Build workflows
Podman container operations best practices and patterns
Issue-driven DevOps workflow with pre-flight checks, workspace isolation, and PR lifecycle
Google Cloud Platform operations patterns and best practices
Create consistent releases and changelogs using semantic versioning and conventional commits
Makefile and modular scripts conventions for DevOps projects
| name | git-pr-workflow |
| description | Best practices for creating and reviewing pull requests |
Use this skill when creating or reviewing pull requests. It helps ensure consistent PR quality and thorough reviews.
Use a descriptive title that summarizes the change:
feat: add user authentication flowfix: resolve login timeout on mobilechore: update dependency versionsdocs: add API documentation for /users endpointKeep titles under 72 characters.
Structure PR descriptions as:
## Summary
Brief description of what this PR does and why.
## Changes
- List of specific changes made
- Each change on its own line
## Testing
- How were these changes tested?
- Any manual testing steps?
## Related Issues
Closes #123
Relates to #456
When reviewing a PR, check for:
Use GitHub keywords to automatically close issues when the PR is merged:
Closes #123 - Closes issue #123 when mergedFixes #123 - Same as ClosesResolves #123 - Same as ClosesRelates to #123 - Links without closing