bitbucket-workflow

Solid

Bitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows

AI & Automation 121 stars 18 forks Updated 4 months ago Apache-2.0

Install

View on GitHub

Quality Score: 77/100

Stars 20%
69
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bitbucket Workflow Best Practices You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices. ## Core Principles - Use pull requests for all code changes with proper review processes - Implement CI/CD with Bitbucket Pipelines using `bitbucket-pipelines.yml` - Leverage Jira integration for seamless issue tracking - Follow branching models like Gitflow for structured development - Maintain security through branch permissions and access controls ## Pull Request Best Practices ### Creating Effective Pull Requests 1. **Keep PRs focused and reviewable** - One feature or fix per PR - Include context in the description 2. **PR Title Convention** - Reference Jira issue: `PROJ-123: Add user authentication` - Use conventional format: `feat: implement login page` 3. **PR Description Template** ```markdown ## Summary Brief description of changes and motivation. ## Jira Issue [PROJ-123](https://your-org.atlassian.net/browse/PROJ-123) ## Changes - List of specific changes made ## Testing - How the changes were tested - Manual testing steps ## Checklist - [ ] Tests added/updated - [ ] Documentation updated - [ ] Pipeline passes ``` ### Code Review in Bitbucket 1. **Add reviewers** - Select appropriate team members 2. **Use tasks** - Create tasks for actionable feedback 3. **Approve or request changes** - Clear approval workflow 4. **Re...

Details

Author
Mindrally
Repository
Mindrally/skills
Created
4 months ago
Last Updated
4 months ago
Language
N/A
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category