npx claudepluginhub mckinsey/agents-at-scale-ark --plugin arkThis skill uses the workspace's default tool permissions.
Consolidate open Dependabot PRs into a single integration branch for unified review and merge.
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.
Consolidate open Dependabot PRs into a single integration branch for unified review and merge.
When asked to consolidate Dependabot PRs:
List all open Dependabot PRs
gh pr list --repo mckinsey/agents-at-scale-ark --state open --author "app/dependabot" \
--json number,title,headRefName --jq '.[] | "\(.number)\t\(.title)"'
Create an integration branch from main
gh api repos/mckinsey/agents-at-scale-ark/git/refs \
-f ref="refs/heads/integration/dependabot" \
-f sha="$(gh api repos/mckinsey/agents-at-scale-ark/git/ref/heads/main --jq '.object.sha')"
Retarget all Dependabot PRs to the integration branch
gh api repos/mckinsey/agents-at-scale-ark/pulls/<NUMBER> \
--method PATCH -f base="integration/dependabot"
Squash merge each PR into the integration branch
gh pr merge <NUMBER> --repo mckinsey/agents-at-scale-ark --squash --admin
integration/dependabot first, accepting the dependabot changes.github/workflows/, it requires a token with workflow scope — flag it for manual merge in the GitHub UICreate a consolidated PR from integration/dependabot into main with a summary table of all included updates
gh pr create --repo mckinsey/agents-at-scale-ark \
--head integration/dependabot --base main \
--title "chore(deps): consolidated dependabot updates"