git-workflow

Git & Development Flow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-workflow" with this command: npx skills add dhruvanbhalara/skills/dhruvanbhalara-skills-git-workflow

Git & Development Flow

  • Conventional Commits: Follow type(scope): message pattern.

  • Atomic Commits: One commit = one logical change. Do not commit files unrelated to the current feature.

  • PR Checklist: Ensure checklist.md is reviewed before marking a task as complete.

  • PR Metadata: ALWAYS specify labels/tags (e.g., bug , feature ) and at least one assignee when creating a Pull Request to ensure trackability.

  • PR Labeling: Categorize PRs using labels (e.g., enhancement , bug , security ) and priority (e.g., priority:high ).

  • Branching: Create feature branches from main ; merge back into main when complete.

  • PR Quality: All PRs MUST pass analysis (0 warnings), formatting, and tests before merge.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

flutter-code-gen

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-actions

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-pr

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clean-code

No summary provided by upstream source.

Repository SourceNeeds Review