Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .claude/skills/add-apm-integrations/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
name: add-apm-integrations
description: Write a new library instrumentation end-to-end. Use when the user ask to add a new APM integration or a library instrumentation.
context: fork
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
description: "Use when adding a new APM integration or library instrumentation to dd-trace-java. Scaffolds the Gradle module, writes Instrumentation and Decorator classes with bytecode advice, creates JUnit 5 tests, and wires up the integration following all project conventions."
---

Write a new APM end-to-end integration for dd-trace-java, based on library instrumentations, following all project conventions.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: migrate-junit-source-to-tabletest
description: Convert JUnit 5 @MethodSource/@CsvSource/@ValueSource parameterized tests to @TableTest (JDK8)
description: "Use when converting JUnit 5 parameterized tests (@MethodSource, @CsvSource, @ValueSource) to @TableTest for JDK8 compatibility. Locates eligible test files, rewrites annotations with aligned table formatting, preserves test behavior, and verifies BUILD SUCCESSFUL."
---
Goal: Migrate JUnit 5 parameterized tests using @MethodSource/@CsvSource/@ValueSource to @TableTest with minimal churn and passing tests.

Expand Down
9 changes: 1 addition & 8 deletions .claude/skills/techdebt/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
---
name: techdebt
description: Analyze branch changes for technical debt, code duplication, and unnecessary complexity
user-invocable: true
context: fork
allowed-tools:
- Bash
- Read
- Grep
- Glob
description: "Use when reviewing branch changes for technical debt, code duplication, and unnecessary complexity. Diffs against the merge-base, identifies refactoring opportunities (dead code, over-abstraction, copy-paste logic), and applies fixes without changing behavior."
---

# Techdebt Cleanup Skill
Expand Down