Convert Claude commands to skills format#8158
Merged
lucaspimentel merged 2 commits intomasterfrom Feb 5, 2026
Merged
Conversation
Converts legacy `.claude/commands/*.md` files to the new `.claude/skills/*/SKILL.md` structure for analyze-crash, analyze-error, and review-pr. 🤖 Co-Authored-By: Claude Code <noreply@anthropic.com>
BenchmarksBenchmark execution time: 2026-02-05 18:52:02 Comparing candidate commit a4ccb8d in PR branch Found 9 performance improvements and 9 performance regressions! Performance is the same for 160 metrics, 14 unstable metrics. scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0
scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1
scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0
scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody netcoreapp3.1
scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1
scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1
scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1
scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472
scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1
scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1
scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0
scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0
scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1
scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0
scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1
|
andrewlock
approved these changes
Feb 5, 2026
bouwkast
approved these changes
Feb 5, 2026
Collaborator
bouwkast
left a comment
There was a problem hiding this comment.
Thanks!
This actually produces somewhat nicer outputs in the terminal for /analyze-error which is nice
Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
Migrated Claude Code commands from the legacy
.claude/commands/*.mdformat to the new.claude/skills/*/SKILL.mdstructure:analyze-crash: Stack trace crash analysis toolanalyze-error: Error stack trace analysis with actionability assessmentreview-pr: GitHub PR review automationReason for change
Claude Code has introduced a new skills format that provides enhanced capabilities. The old command format still works but is deprecated in favor of skills.
Implementation details
For each command:
.claude/skills/{skill-name}/SKILL.mdwith YAML frontmatterdisable-model-invocation: true- These are manual workflowscontext: fork+agent: general-purpose- Run in isolated subagentallowed-tools(review-pr only) - Restrict to specific gh commands.claude/commands/*.mdfilesThe skill content remains identical to the original commands.
Test coverage
They show up as slash commands in Claude Code, and are listed under
/skills, soOther details
These are developer productivity tools for the
dd-trace-dotnetmaintainers and do not affect the tracer runtime or customer-facing functionality.References: