Loading...
Loading...
Create New Slash Command
npx skill4agent add mindfold-ai/trellis create-command.cursor/commands/trellis-.claude/commands/trellis//trellis:create-command <command-name> <description>/trellis:create-command review-pr Check PR code changes against project guidelinesreview-prConcise instruction describing what to do# Command Title
Command description
## Steps
### 1. First Step
Specific action
### 2. Second Step
Specific action
## Output Format (if needed)
Template.cursor/commands/trellis-<command-name>.md.claude/commands/trellis/<command-name>.md[OK] Created Slash Command: /<command-name>
File paths:
- .cursor/commands/trellis-<command-name>.md
- .claude/commands/trellis/<command-name>.md
Usage:
/trellis:<command-name>
Description:
<description>| Command Type | Prefix | Example |
|---|---|---|
| Session Start | | |
| Pre-development | | |
| Check | | |
| Record | | |
| Generate | | |
| Update | | |
| Other | Verb-first | |
/trellis:create-command review-pr Check PR code changes against project guidelines# PR Code Review
Check current PR code changes against project guidelines.
## Steps
### 1. Get Changed Files
```bash
git diff main...HEAD --name-onlyapps/web/.trellis/spec/frontend/index.mdpackages/api/.trellis/spec/backend/index.mdundefined