>- Generate release notes for the current version.
npx skills add https://github.com/DataDog/dd-trace-php --skill release-notes
Creating CHANGELOG.md.
Have a look at the VERSION file in the dd-trace-php root. Increment the minor version by one, unless the file is already modified in the current worktree.
Go to the milestones of https://github.com/Datadog/dd-trace-php and fetch all pull requests matching the to-be-released version.
Assess all pull requests according to whether they are purely maintainance-related (CI, internal infrastructure, minor test fixes, ... everything not influencing the release artifact itself), or not. If not, categorize them:
Further check which product category a fix belongs in: Tracer, Profiling or AppSec. Loader (SSI) or general changes affecting multiple products belong to the All products section.
Evaluate for any PR whether it's just a fixup of a previous PR.
Create a CHANGED-PRs.md detailing the categorization for each PR with an one sentence summary describing the reason.
Compare the pinned commit of libdatadog against the libdatadog commit from the latest release.
Find all libdatadog changes and assess whether they're meaningfully adding to a feature.
Important: Ignore those commits which are clearly not related to functionalities exposed by ddtrace. Outright ignore everything not a dependency of the sidecar. Skip changes categorized as internal, unless they directly affect the sidecar / ipc.
Add a secondary section to CHANGED-PRs.md, which includes all non-ignored commits.
Do the same categorization than in Phase 1, and mark those which are clearly encompassed by other PRs from Phase 1.
Keep in mind that most changes in libdatadog are related to the Tracer.
Example structure of a CHANGELOG.md to generate:
Changelog for older versions can be found in our [release page](https://github.com/DataDog/dd-trace-php/releases).
## All products
### Internal
- Update and shrink build images, migrate to clang 19 #3771
## Tracer
### Added
- Support ApmTracingMulticonfig in dynamic config #3773, #3843
### Fixed
- Improve Symfony http.route resolution performance #3779 (thank you @<name> for the report!)
- Wrap PDO::__construct for signal handling #3786
### Internal
- Fix spawn\_worker trampoline issues DataDog/libdatadog#1844
## Profiling
### Changed
- Improved performance by avoiding a copy of func name when utf8 #3700
## AppSec
### Added
- Enable rust helper on PHP 8.5 #3780 (can be disabled with `DD_APPSEC_HELPER_RUST_REDIRECTION=false`)
Present the CHANGELOG.md to the user.
When uncertain about the categorization of some PRs, use the AskUserQuestion tool and ask the user to categorize himself, with a your preference and reason why.
Otherwise, we're done.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take datadog/release-notes from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.