Feat — Git skill for Claude Code
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
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
- Epic Sync — Sync epic issue bodies, labels, and local coordination snapshots from GitHub 243.5k ★
- Git Worktree Docs Issue: Dependency Installation — GitHub — Community feedback on official docs with full worktree lifecycle walkthrough 81.1k ★
- Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Parallel Agent Worktree Skill
Portable Agent Skill to plan, spawn, review, and merge parallel CLI agents in isolated git worktrees, with det
Conventional Commit
Create a git commit following the Conventional Commits specification
Start Feature
Start a new feature with full orchestration - creates GitHub issue, worktrees, and assigns agents
Factory Agent
Autonomous software factory: Linear issue → Claude Managed Agents → GitHub PR. ~$1 per feature, ~3 minutes.
Create Worktree + Spawn Agent
git worktree add ../feat-custom-templates -b feat/custom-templates origin/main cd ../feat-custom-templates &&
Adopt Dannflow
Bootstrap an existing repo into a first-class DannFlow project. Installs CI (and proves it passes), creates th
Related Agents
Issue Subagents Code Reviewer
Code reviewer agent for issue-subagents skill. Feat classification only. One-shot read-only review of the diff
Reverse Parity Inspector
Inspecteur de parité comportementale (Phase 3.8, optionnel). Pour UNE FEAT reverse, dérive des spécifications
Feat Finish
Finalize feature implementation - validate completion, run tests, update changelog, and archive