askill
feature

featureSafety 70Repository

Start a new feature branch using git-flow

0 stars
1.2k downloads
Updated 2/10/2026

Package Files

Loading files...
SKILL.md

Start Feature Branch

Usage

/gitmastery:feature           # Prompts for name
/gitmastery:feature user-auth # Direct name

Workflow

1. Check Current State

git branch --show-current
git status --short

2. Switch to Develop if Needed

git checkout develop
git pull origin develop

3. Start Feature

git flow feature start <name>

Naming Convention

<ticket>-<short-description>

Examples:

  • PROJ-123-user-authentication
  • fix-memory-leak
  • add-export-feature

After Starting

You're now on feature/<name>. Use:

  • /gitmastery:commit to commit changes
  • /gitmastery:finish when complete

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 2/25/2026

Solid skill documenting git-flow feature branch creation with clear steps and usage examples. Well-structured but missing prerequisites and error handling. Path depth and misaligned tags suggest some project-specific customization.

70
80
55
60
70

Metadata

Licenseunknown
Version-
Updated2/10/2026
Publisherjugrajsingh

Tags

github-actionssecurity