Workflow execution incorrectly labeled as 'Skill' in status output

Open 💬 0 comments Opened Jul 10, 2026 by dev-enthusiast-84

Issue

When executing a workflow (e.g., claude workflow infra-audit), Claude Code's output incorrectly labels the workflow execution as a skill:

Skill(infra-audit)
  └ Successfully loaded skill

Should display as:

Workflow(infra-audit)
  └ Successfully loaded workflow

Details

  • The workflow executes correctly and completes successfully
  • Only the status message label is incorrect
  • Occurs for workflows defined in .claude/workflows/ directory
  • Confuses users since workflows and skills are distinct concepts

Environment

  • Claude Code (Haiku 4.5)
  • Workflow: infra-audit.js in .claude/workflows/
  • This is a display/reporting issue, not a functional issue

View original on GitHub ↗