Skip to content

Show skill tool calls as "Reading <name> skill"#2440

Open
rafaeelaudibert wants to merge 1 commit into
mainfrom
posthog-code/skill-tool-display
Open

Show skill tool calls as "Reading <name> skill"#2440
rafaeelaudibert wants to merge 1 commit into
mainfrom
posthog-code/skill-tool-display

Conversation

@rafaeelaudibert
Copy link
Copy Markdown
Member

Summary

  • The current display for Skill tool calls dumps the raw input as JSON, e.g. Skill {"skill":"implementing-mcp-tools"}.
  • This change renders it as Reading <skill-name> skill with the skill name in the accent color, matching how we already style input previews.

Test plan

  • Trigger a session that invokes a skill (e.g. ask the agent to use the implementing-mcp-tools skill) and confirm the tool row reads Reading implementing-mcp-tools skill with the skill name highlighted.
  • Confirm non-Skill tool calls (Read, Bash, Grep, MCP tools, etc.) are unchanged.
  • Confirm the row is still expandable and the expanded view still shows the full raw input.

Replace the raw JSON dump for Skill tool calls (e.g. `Skill {"skill":"implementing-mcp-tools"}`) with a friendlier display: `Reading <skill-name> skill`, with the skill name in the accent color.

Generated-By: PostHog Code
Task-Id: 8188a460-b85f-4aa0-b936-d65982aaba74
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 29, 2026

Reviews (1): Last reviewed commit: "Show skill tool calls as "Reading `<name..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant