plugins/melodic-software/skills/apply-findings/SKILL.md
Apply fixes from audit or review findings. Use after /audit-* or /review commands to implement recommendations from the current conversation.
npx skillsauth add melodic-software/claude-code-plugins apply-findingsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply all fixes, improvements, recommendations, and suggestions from audit/review findings in the current conversation.
$ARGUMENTS may contain:
--dry-run: Show what would be implemented without making changes--research-first: Force MCP research even for Claude Code content (adds extra validation layer)Scan the current conversation for actionable items:
Create a prioritized list of items to implement, grouped by:
If no actionable items are found, report "No actionable findings found in current conversation" and STOP.
If --dry-run is specified, report the prioritized list and STOP here without making changes.
Categorize each finding as either:
Detection criteria for Claude Code content:
plugins/*/, .claude/, CLAUDE.mdResearch is automatic by default - no flag needed. The approach varies by content type:
Try claude-ecosystem skills first:
Attempt to invoke docs-management skill for official documentation
Spawn claude-code-guide subagent in parallel for live web verification:
Task(claude-code-guide): "WebFetch https://code.claude.com/docs/en/claude_code_docs_map.md
to find relevant pages about [detected component types]. Then WebFetch those specific pages.
Return key findings with source URLs. Do NOT use Skill tool."
Load relevant development skills based on component type:
skill-developmentsubagent-developmentskill-developmenthook-managementoutput-customizationmcp-integrationmemory-managementFallback to MCP if:
docs-management skill is not available (claude-ecosystem plugin not installed)--research-first flag was specified (adds MCP as extra validation layer)Fallback uses mcp-research agent with query: "Claude Code [component type] best practices [specific topic]"
Use MCP research when findings involve:
Skip MCP research for trivial fixes:
When research is needed, delegate to mcp-research agent:
Task(mcp-research): "Research best practices for [implementation topics from findings].
Use microsoft-learn for .NET/Azure, context7+ref for libraries, perplexity for general validation.
Return actionable guidance with citations."
This validates concepts and approaches against current documentation without over-researching mechanical fixes.
For each item in priority order (CRITICAL -> HIGH -> MEDIUM -> LOW -> INFO):
State the item being implemented with its source (e.g., "Audit finding #3: Missing description field")
Apply the fix/improvement using appropriate tools:
Edit for code modificationsWrite for new filesBash for commands/scriptsVerify the change:
Mark item status:
Continue through all items, logging each result.
After all items processed, provide a summary:
## Apply Findings Summary
**Total items found:** X
**Implemented:** Y ✅
**Skipped:** Z ⏭️
**Failed:** W ❌
### Implemented
- [item 1 description]
- [item 2 description]
### Skipped (if any)
- [item] - Reason: [why skipped]
### Failed (if any)
- [item] - Error: [what went wrong]
### Follow-up Actions (if any)
- [suggested manual steps for failed items]
- [verification commands to run]
/claude-ecosystem:audit-skills my-skill
# ... audit output with findings ...
/apply-findings
/apply-findings --dry-run
# When you want MCP to double-check Claude Code skill/docs-management guidance
/apply-findings --research-first
# Review finds issues...
/apply-findings
--research-first adds MCP as an extra validation layer for Claude Code contentdevelopment
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.