From claude-harness
Merges open PRs in dependency order after CI/approval checks, closes linked issues from PRs or .claude-harness/features/active.json, deletes feature branches locally/remotely, prunes refs, and reports summary. Use for completing features, post-review merges, or release cycles.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-agent-framework --plugin panayiotism-claude-harnessThis skill uses the workspace's default tool permissions.
Merge all open PRs and close related issues. Requires GitHub MCP to be configured.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
Merge all open PRs and close related issues. Requires GitHub MCP to be configured.
github.owner and github.repoREMOTE_URL=$(git remote get-url origin 2>/dev/null)
# SSH: git@github.com:owner/repo.git -> owner, repo
# HTTPS: https://github.com/owner/repo.git -> owner, repo
.claude-harness/features/active.json:
features array for linked issue/PR numbersfixes array for linked issue/PR numbers.claude-harness/features/active.json for linked issuesgit push origin --delete {branch}git branch -D {branch} (if exists).claude-harness/features/active.json:
git fetch --prunegit pullNote: Version tagging and GitHub releases should be managed separately using git commands or GitHub's release UI directly.