Skip to content
Development
Command

/feat

Quick feature commit. Use for new feature, add feature, implement, create new.

From plugin
fusengine-agents
2233 skills43 agents33 commands
Install
$ npx -y skills add fusengine/agents --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/feat

Context preview

What this command does when you run it.

Quick feature commit. Use for new feature, add feature, implement, create new.

Command definition

feat.md
description: Quick feature commit. Use for new feature, add feature, implement, create new.
argument-hint: "[description] | (empty for auto-detection)"
allowed-tools: Bash(git status:*), Bash(git diff:*), Bash(git add:*), Bash(git commit:*), Bash(git log:*), Bash(git tag:*), Bash(git push:*), Bash(git describe:*), Read, Edit
disable-model-invocation: false

Quick Feature Commit

Current State

!`git status`

Changes

!`git diff --stat`

Instructions

Create a quick feature commit.

1. Stage all changes: `git add -A` 2. Analyze modified files to determine scope 3. Generate commit message:

  • If `$ARGUMENTS` provided: `feat(scope): $ARGUMENTS`
  • If empty: analyze diff and generate description

4. Format: `feat(scope): imperative description` 5. **NO AI SIGNATURE**: Never add Co-authored-by, Generated by, or any AI mention 6. Ask confirmation before committing 7. Execute and show result 8. Execute the `post-commit` skill (CHANGELOG + version bump only — no tag here; tagging is handled post-merge by `/fuse-commit-pro:commit`'s Step 7/8, not by this quick command)

**Note**: All commits trigger **PATCH** bump only (1.37.0 → 1.37.1). MINOR/MAJOR bumps are manual user decisions.

Ships withfusengine-agents

A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.

Get the whole plugin, auto-invoked
Stats
22
Stars
1
Views
3
Forks
Active
Maintenance
CSS
Language
MIT
License
4d ago
Last commit
7mo ago
Created

Repo: fusengine/agents