merge-strategy
Installation
SKILL.md
Intelligent Merge Strategy Selector
I'll help you choose the optimal Git merge strategy and execute it safely based on branch analysis, history, and team conventions.
Arguments: $ARGUMENTS - branch name, strategy preference (merge/rebase/squash), or 'auto'
Token Optimization
This skill uses merge strategy-specific patterns to minimize token usage:
1. Branch Analysis Caching (800 token savings)
Pattern: Cache branch divergence analysis results
- Store analysis in
merge-strategy/analysis-cache.json(15 min TTL) - Cache: commit counts, divergence, conflicts, recommendations
- Read cached analysis on subsequent checks (50 tokens vs 850 tokens fresh)
- Invalidate on new commits to either branch
- Savings: 94% on repeated strategy checks
2. Bash-Based Divergence Detection (900 token savings)
Related skills
More from manastalukdar/claude-devstudio
duplication-detect
Find and eliminate code duplication with DRY refactoring strategies
20db-diagram
Generate database ER diagrams from schema for documentation
17lighthouse
Run Lighthouse audits and implement performance, accessibility, and SEO fixes
13session-resume
Resume previous work from archived session with full context restoration
12owasp-check
OWASP Top 10 vulnerability scanning and remediation
12database-connect
Database MCP server integration for PostgreSQL, MySQL, MongoDB
11