Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"plugins/trogonstack-diataxis": "0.0.2",
"plugins/trogonstack-gh": "0.0.2",
"plugins/trogonstack-nats": "0.0.2",
"plugins/trogonstack-datadog": "0.0.1"
"plugins/trogonstack-datadog": "0.1.0"
}
2 changes: 1 addition & 1 deletion plugins/trogonstack-datadog/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trogonstack-datadog",
"description": "Datadog observability skills for designing dashboards with proper widget selection, layout patterns, and template variables using the pup CLI",
"version": "0.0.1",
"version": "0.1.0",
"author": {
"name": "TrogonStack",
"url": "https://github.com/TrogonStack"
Expand Down
9 changes: 9 additions & 0 deletions plugins/trogonstack-datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-datadog@v0.0.1...trogonstack-datadog@v0.1.0) (2026-03-02)


### Features

* Add trogonstack-datadog plugin ([#15](https://github.com/TrogonStack/agentskills/issues/15)) ([6fb2ec7](https://github.com/TrogonStack/agentskills/commit/6fb2ec75d21290706d195104843a8bd5e7b54a35))

## Changelog

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove redundant trailing changelog header.

Line 10 adds a second ## Changelog heading at the end of the file, which is redundant and should be removed.

✂️ Proposed cleanup
-* Add trogonstack-datadog plugin ([`#15`](https://github.com/TrogonStack/agentskills/issues/15)) ([6fb2ec7](https://github.com/TrogonStack/agentskills/commit/6fb2ec75d21290706d195104843a8bd5e7b54a35))
-
-## Changelog
+* Add trogonstack-datadog plugin ([`#15`](https://github.com/TrogonStack/agentskills/issues/15)) ([6fb2ec7](https://github.com/TrogonStack/agentskills/commit/6fb2ec75d21290706d195104843a8bd5e7b54a35))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## Changelog
* Add trogonstack-datadog plugin ([`#15`](https://github.com/TrogonStack/agentskills/issues/15)) ([6fb2ec7](https://github.com/TrogonStack/agentskills/commit/6fb2ec75d21290706d195104843a8bd5e7b54a35))
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@plugins/trogonstack-datadog/CHANGELOG.md` at line 10, Remove the redundant
trailing header by deleting the second occurrence of the "## Changelog" heading
so only the original top-level changelog header remains; locate the duplicate
"## Changelog" string in the file (the trailing header introduced at the end)
and remove that line and any immediately adjacent blank line so the changelog
ends cleanly.