docutray

Feat — Git skill for Claude Code

Git community

Create a DevFlow feature specification and GitHub issue using the portable devflow skill.

How to install Feat

Installs to ~/.claude/skills/docutray-devflow-skill-feat/SKILL.md

Terminal
mkdir -p ~/.claude/skills/docutray-devflow-skill-feat && curl -fsSL https://raw.githubusercontent.com/docutray/devflow-skill/HEAD/commands/feat.md -o ~/.claude/skills/docutray-devflow-skill-feat/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Feat does


description: "Create a DevFlow feature specification and GitHub issue using the portable devflow skill" allowed-tools:

  • Read
  • Glob
  • Grep
  • Bash(git status:*)
  • Bash(git diff:*)
  • Bash(git branch:*)
  • Bash(git log:*)
  • Bash(git remote:*)
  • Bash(gh label:*)
  • Bash(gh issue:*)
  • WebSearch argument-hints:
  • ""
  • "--type=feat|fix|docs|refactor|test|chore"
  • "--priority=low|medium|high|critical"

DevFlow Feature Wrapper

Use the `devflow` skill as

Alternatives in Git

Full documentation available on GitHub

View Source Repository