Skip to content
Development
Command

/test

Test commit. Use for add tests, update tests, test coverage, unit test, spec.

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/test

Context preview

What this command does when you run it.

Test commit. Use for add tests, update tests, test coverage, unit test, spec.

Command definition

test.md
description: Test commit. Use for add tests, update tests, test coverage, unit test, spec.
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

Test Commit

Current State

!`git status`

Test Files Changed

!`git diff --stat -- '*.test.*' '*.spec.*' '__tests__/*' 'test/*' 'tests/*'`

Instructions

Create a test commit.

1. Stage test files:

  • `*.test.*`, `*.spec.*`
  • `__tests__/*`, `test/*`, `tests/*`

2. Analyze test files to determine scope 3. Generate commit message:

  • If `$ARGUMENTS` provided: `test(scope): $ARGUMENTS`
  • If empty: generate from test names

4. Format: `test(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)

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