Skip to main content

Documentation Index

Fetch the complete documentation index at: https://smithers.sh/llms.txt

Use this file to discover all available pages before exploring further.

audit runs a feature-by-feature or group-by-group review using ForEachFeature. It is designed to consume the output of feature-enum, but you can provide any feature map.
bunx smithers-orchestrator workflow run audit \
  --input '{"features":{"GATEWAY":["GATEWAY_RPC_LIST_RUNS"]},"focus":"test coverage"}'

Inputs

InputTypeDefault
featuresobject{}
focusstring"code review"
additionalContextstring or nullnull
maxConcurrencynumber5

Output Shape

The workflow produces per-feature results and a merged audit report. Use it to find missing tests, docs, observability, error handling, or maintainability work.