Skip to main content

Process Command

Process individual GitHub issues with Simili Bot analysis.

Syntax

simili process [OPTIONS]

Options

OptionShortTypeDescriptionDefault
--issue-ifilePath to issue JSON file-
--config-cfilePath to configuration filesimili.yaml
--dry-runboolRun without posting to GitHubfalse
--workflow-wstringWorkflow preset nameissue-triage
--help-hboolShow help message-

Examples

Basic Processing

Process single issue:
simili process --issue event.json --config simili.yaml

Dry-Run (Safe Testing)

Test without posting to GitHub:
simili process --issue event.json --config simili.yaml --dry-run

Custom Workflow

Use different analysis pipeline:
simili process --issue event.json --workflow similarity-only
Available workflows:
  • issue-triage - Full analysis (default)
  • similarity-only - Search only
  • index-only - Indexing only

Next Steps