원클릭으로
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