Skip to content

Add repair skill and refactor skill naming#1

Merged
mikolalysenko merged 2 commits intomainfrom
add-repair-skill
Mar 6, 2026
Merged

Add repair skill and refactor skill naming#1
mikolalysenko merged 2 commits intomainfrom
add-repair-skill

Conversation

@mikolalysenko
Copy link
Contributor

Summary

  • New repair skill — holistic dependency repair orchestrator that sequences /dep-cleanup, /dep-patch, and /dep-upgrade into a single workflow with three aggressiveness levels:
    • Conservative (Level 1): remove trivially unused deps + apply binary patches
    • Cautious (Level 2): Level 1 + propose ONE risky change for user approval
    • Full (Level 3): safe upgrades → aggressive cleanup → patching → risky major upgrades (skip and continue on failure)
  • Skill renaming — skills now use category prefixes (dep-cleanup, dep-patch, dep-upgrade, research-inspect, research-scan) for clearer organization
  • Remove audit skill — consolidated into research-scan
  • Updated skill content — improved setup, dep-patch, dep-cleanup, research-scan skill docs
  • Regenerated artifacts — README, AGENTS.md, marketplace.json, cursor plugin all in sync

Test plan

  • ./scripts/publish.sh --check passes (all artifacts in sync)
  • npm run test:structural passes (64/64 tests, 7 expected skills)
  • README shows 4 category sections: Setup, Research, Dependency Management, Repair
  • agents/AGENTS.md lists the repair skill
  • CI workflow validates on PR (publish --check + structural tests)

🤖 Generated with Claude Code

mikolalysenko and others added 2 commits March 6, 2026 10:43
Introduce the `repair` orchestrator skill that sequences dep-cleanup,
dep-patch, and dep-upgrade into a single workflow with three
aggressiveness levels (conservative, cautious, full).

Also includes prior uncommitted refactoring: rename skills to use
category prefixes (dep-cleanup, dep-patch, dep-upgrade, research-inspect,
research-scan), remove the audit skill, update skill content, and
regenerate all publish artifacts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MCP tests are no longer used.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mikolalysenko mikolalysenko merged commit f8600f0 into main Mar 6, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant