Skip to main content

loom score

Show task score breakdown

Overview

Display a detailed breakdown of how a task was scored. Shows the contribution of each scoring factor:
  • Blocking bonus
  • Priority bonus
  • Staleness bonus
  • Failure penalty

Usage

loom score [args]

Arguments

ArgumentRequiredDescription
<issue-id>YesThe issue identifier to score

Examples

# Show score breakdown for a task
loom score issue-42

# Output in JSON format
loom score issue-42 --json

See Also