git-workflow
Installation
SKILL.md
Git & Development Flow
- Conventional Commits: Follow
type(scope): messagepattern. - Atomic Commits: One commit = one logical change. Do not commit files unrelated to the current feature.
- PR Checklist: Ensure
checklist.mdis 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 intomainwhen complete. - PR Quality: All PRs MUST pass analysis (0 warnings), formatting, and tests before merge.
Related skills
More from dhruvanbhalara/skills
flutter-ui
UI Performance, Design Tokens, Reusable Components & Adaptive Design
166flutter-dio
HTTP Networking with Dio, Retry & Caching Patterns
131flutter-firebase
Firebase Auth, Firestore, FCM, Crashlytics & Analytics Patterns
129flutter-security
Security & Data Integrity (Architect Level)
129flutter-architecture
Clean Architecture, Data Models, Tech Stack, Error Handling & Platform Channels
128flutter-debugging
Flutter DevTools, Profiling, Logging & Memory Management
123