Specialized release management for morphir-dotnet. Use when user asks to prepare releases, execute releases, monitor deployments, validate releases, resume failed releases, update changelog, create release notes, or manage release workflow. Triggers include "release", "deploy", "publish", "changelog", "version", "release notes", "what's new".
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.claude/skills/release-manager/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
This skill explicitly fetches and parses public, user-generated content (GitHub PRs, issues, and Actions workflow logs via the gh CLI in monitor-pr.fsx, monitor-release.fsx, resume-release.fsx and prepare-release.fsx) and queries NuGet.org (validate-release.fsx), and those parsed results directly drive decisions like auto-merge, resume/retrigger workflows, and release actions—so untrusted third-party content can materially influence tool use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The F# scripts include runtime package directives that fetch and execute remote NuGet packages (e.g. #r "nuget: Argu, 6.2.4" and #r "nuget: Spectre.Console, 0.53.0"), which causes code to be downloaded from NuGet.org at script runtime and thus are external runtime dependencies that execute remote code.
7c0c06d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.