Process Command
Process individual GitHub issues with Simili Bot analysis.Syntax
Options
| Option | Short | Type | Description | Default |
|---|---|---|---|---|
--issue | -i | file | Path to issue JSON file | - |
--number | -n | number | Issue number to fetch directly from GitHub | - |
--repo | string | Repository override (owner/repo) | - | |
--org | string | Organization override | - | |
--config | -c | file | Path to configuration file | .github/simili.yaml |
--dry-run | bool | Run without posting to GitHub | false | |
--workflow | -w | string | Workflow preset name | issue-triage |
--verbose | -v | bool | Verbose output | false |
--help | -h | bool | Show help message | - |
Examples
Basic processing
Process a single issue from a JSON file:Fetch issue directly from GitHub
Fetch issue by number without a local JSON file:Dry-run (Safe testing)
Test without posting to GitHub:Custom workflow
Use a different analysis pipeline:issue-triage- Full analysis (default)similarity-only- Semantic search onlyindex-only- Indexing only
Verbose output
Show detailed step-by-step execution:Next steps
Index command
Bulk index issues and PRs
Auto-close command
Auto-close duplicate issues
PR duplicate command
Detect duplicate pull requests
Batch command
Batch process multiple issues

