[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-merge-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-merge":873,"similar-k17dp72senpec8ew6mp9szejfx86nzsx-en":874},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":235,"parentExtension":245,"providers":311,"relations":315,"repo":316,"tags":871,"workflow":872},1778692306427.1006,"k17dp72senpec8ew6mp9szejfx86nzsx",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Autonomous PR merge pipeline. Scans all repos for open PRs, dispatches subagents to fix CI, resolve conflicts, address review comments, then merges. Use --main to also sync dev↔main branches.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","ops-merge","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778692726008.5486,"kn7ah9npj7g6v8j8411gntg66n86m0sj","en",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,111,114,119,122,125,128,131,134,137,141,145,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of automating PR merges and addressing CI/conflict issues across multiple repositories.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension provides an autonomous pipeline for PR merging, including fixing CI issues, resolving conflicts, and addressing review comments, which is a significant value over basic git operations or simple scripting.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of PR merging, from scanning and fixing to merging and syncing branches, with robust safety rails and verification protocols described.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the autonomous PR merge pipeline, including fixing and syncing, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's core functionality of an autonomous PR merge pipeline with fixing capabilities.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific, verb-noun tools like `gh pr list`, `gh pr merge`, `gh run watch`, and `git` commands, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md provides detailed CLI reference for `gh` commands, argument parsing, and explains credential resolution, with clear guidance on usage.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tool names used, such as `gh pr list` and `git fetch`, are descriptive and standard within their respective domains.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters are well-defined via CLI arguments, and the skill's output is structured into reports and status updates, avoiding extraneous data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license, and is explicitly stated in the LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent commits, indicating active maintenance with the last commit pushed on 2026-05-13.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses a lockfile (`codeQuality.hasLockfile: true`) and declares dependencies implicitly through shell scripts, suggesting a managed environment.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets are handled via environment variables and a layered resolution chain, with strong warnings against hardcoded secrets and proper redacting of sensitive information in output.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill uses explicit CLI commands and structured data, and its safety rails emphasize treating external data as untrusted, mitigating injection risks.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill relies on committed scripts and standard CLI tools, with no evidence of runtime fetching of external code or markdown to be executed as instructions.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The use of `git worktree` isolates operations, and the safety rails explicitly prevent destructive operations outside the project scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","The SKILL.md emphasizes safety rails and standard tool usage, with no indication of detached process spawns or deny-retry loops.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's purpose is operational automation; it does not read or submit confidential data to third parties beyond necessary API credentials managed securely.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content appears to be plain text and code, with no hidden steering tricks or malicious Unicode characters detected.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The bundled scripts are standard shell commands and git operations, with no evidence of obfuscation, base64 payloads, or runtime code fetching.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The skill utilizes `git worktree` for isolated operations and refers to repo paths relative to the provided context, minimizing structural assumptions.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","With 2 open and 6 closed issues in the last 90 days, the closure rate is high, indicating active maintainer engagement.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The project has a clear versioning strategy indicated by `Version: 2.0.0` badge in README and a CHANGELOG.md, with recent updates.",{"category":102,"check":103,"severity":24,"summary":104},"Code Execution","Validation","The skill utilizes CLI commands with defined arguments and parameters, and the safety rails suggest robust handling of inputs and outputs.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","Destructive operations like merging and branch syncing are guarded by confirmation prompts, `--dry-run` flags, and specific safety rails.",{"category":102,"check":109,"severity":24,"summary":110},"Error Handling","The SKILL.md details error handling protocols, verification steps, and reporting mechanisms, ensuring meaningful error feedback.",{"category":102,"check":112,"severity":24,"summary":113},"Logging","The skill logs actions via Git commands and detailed output reporting, with specific instructions for using `Monitor` for live CI watching.",{"category":115,"check":116,"severity":117,"summary":118},"Compliance","GDPR","not_applicable","The skill primarily operates on Git repository metadata and CI status; it does not appear to handle personal data requiring GDPR-specific sanitization.",{"category":115,"check":120,"severity":24,"summary":121},"Target market","The extension's functionality is general to Git repositories and GitHub operations, with no regional limitations implied; targetMarket defaults to 'global'.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The skill relies on standard CLI tools (`gh`, `git`, `bash`) and portable constructs, with no specific OS or shell assumptions beyond POSIX compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is comprehensive, well-structured, and clearly states the extension's purpose and capabilities.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The skill exposes a focused set of related `gh` and `git` commands, well within the target range.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The tools used are distinct and specific to PR management and Git operations, with no near-synonym commands for similar purposes.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","All advertised features, such as autonomous PR merging and branch syncing, have corresponding implementations detailed in the SKILL.md and README.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear, step-by-step installation instructions and example commands for usage.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The SKILL.md outlines detailed verification protocols and reporting mechanisms for errors, ensuring users receive actionable feedback.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","The skill primarily uses standard system CLI tools, with no complex third-party dependencies requiring explicit pinning beyond what the shell environment provides.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","A `--dry-run` flag is explicitly supported for the merge operation, allowing users to preview actions before execution.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily idempotent Git and GitHub commands, and the safety rails suggest timeouts and structured error handling.",{"category":115,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension has no telemetry, ensuring user privacy and compliance with opt-in requirements.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The description clearly states the skill's purpose as an 'Autonomous PR merge pipeline' and lists specific actions like fixing CI, resolving conflicts, and merging.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise and directly states the core capability and arguments.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md is well-structured, using progressive disclosure and clear sections, keeping the main body concise.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","Detailed information such as CLI reference and agent protocols are presented in a structured manner within the SKILL.md, with links to further documentation in the README.",{"category":169,"check":173,"severity":117,"summary":174},"Forked exploration","This skill is not primarily an exploration or audit-style skill that would benefit from `context: fork`.",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","The README and SKILL.md provide clear usage examples and invocation snippets, demonstrating how to use the core commands.",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","The SKILL.md explicitly lists failure modes, limitations, and detailed verification protocols for merge failures and fixer returns.",{"category":102,"check":182,"severity":117,"summary":183},"Tool Fallback","The skill does not rely on external MCP servers or optional tools; it uses standard CLI commands.",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","The skill details verification protocols and safety rails that ensure it halts on unexpected states or failed operations.",{"category":90,"check":189,"severity":24,"summary":190},"Cross-skill coupling","The skill is self-contained for its PR merging purpose and does not appear to implicitly rely on other skills.",1778692725897,"This skill automates the process of scanning repositories for open pull requests, fixing CI issues, resolving conflicts, addressing review comments, and merging them. It also supports syncing development and main branches.",[194,195,196,197,198],"Autonomous PR scanning and classification","Automated CI fixing and conflict resolution","Review comment resolution","Squash merging to dev branches","Development to main branch syncing",[200,201,202],"Performing code reviews or providing new feature suggestions.","Manually merging PRs that are blocked by protected branch rules or require specific approvals beyond automated checks.","Fixing issues unrelated to CI failures or merge conflicts within a PR.","3.0.0","4.4.0","To autonomously manage and merge pull requests across repositories, ensuring code quality and efficient development workflows.","The skill is highly polished, with excellent documentation, robust safety rails, and clear implementation details. No critical or warning findings were identified, allowing for a top-tier score.",99,"A highly robust and well-documented autonomous PR merge pipeline.",[210,211,212,213,214],"github","ci","automation","devops","pull-request","global","verified",[218,219,220],"Automating the merge process for a high volume of pull requests.","Ensuring CI health and resolving merge conflicts without manual intervention.","Maintaining synchronized development and main branches across multiple repositories.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":234,"testCoverage":237},{"hasLockfile":223},true,1778692709731,{"descriptionLength":226,"readmeSize":227},191,22118,{"closedIssues90d":229,"forks":230,"hasChangelog":223,"openIssues90d":231,"pushedAt":232,"stars":233},6,4,2,1778673878000,9,{"hasNpmPackage":235,"license":236,"smitheryVerified":235},false,"MIT",{"hasCi":223,"hasTests":223},{"updatedAt":239},1778692726008,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"claude-ops/skills/ops-merge","Lifecycle-Innovations-Limited","claude-ops","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":253,"parentExtension":255,"providers":291,"relations":307,"tags":308,"workflow":309},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":250,"installMethods":251,"name":252,"sourceUrl":14},"Business operations command center for Claude Code — 35 skills, 18 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /gtm go-to-market planner, /ops:projects portfolio dashboard, and YOLO mode for autonomous operation with 4 parallel C-suite agents.",{"claudeCode":252},"ops",{"basePath":243,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":254},"plugin",{"_creationTime":256,"_id":257,"community":258,"display":259,"identity":263,"providers":266,"relations":285,"tags":287,"workflow":288},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":260,"installMethods":261,"name":262,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":264,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":265},"","marketplace",{"evaluate":267,"extract":279},{"promptVersionExtension":268,"promptVersionScoring":204,"score":269,"tags":270,"targetMarket":215,"tier":216},"3.1.0",96,[271,272,273,212,274,275,276,277,278],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":262,"pluginCount":282},1,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd7d52tcek2e34r805zs06b10d86n39v",[212,275,272,273,278,271,274,276,277],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778692330594,1778692306427,{"evaluate":292,"extract":304},{"promptVersionExtension":203,"promptVersionScoring":204,"score":293,"tags":294,"targetMarket":215,"tier":303},85,[295,212,296,297,298,213,299,300,301,278,302],"business-operations","ai-agents","communications","project-management","marketing","finance","e-commerce","voice","community",{"commitSha":280,"license":236,"plugin":305},{"mcpCount":8,"provider":284,"skillCount":306},35,{"parentExtensionId":257,"repoId":286},[296,212,295,297,213,301,300,299,278,298,302],{"evaluatedAt":310,"extractAt":290,"updatedAt":310},1778692342046,{"evaluate":312,"extract":314},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":313,"targetMarket":215,"tier":216},[210,211,212,213,214],{"commitSha":280},{"parentExtensionId":247,"repoId":286},{"_creationTime":317,"_id":286,"identity":318,"providers":319,"workflow":867},1778692301282.087,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":320,"discover":845,"github":848},{"commitSha":280,"extensions":321},[322,335,545,553,561,569,577,585,593,601,609,617,625,633,641,651,659,667,675,680,688,696,704,712,720,728,736,744,752,760,768,776,784,792,800,808,822,830],{"basePath":264,"description":260,"displayName":262,"installMethods":323,"rationale":324,"selectedPaths":325,"source":334,"sourceLanguage":18,"type":265},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[326,329,331],{"path":327,"priority":328},".claude-plugin/marketplace.json","mandatory",{"path":330,"priority":328},"README.md",{"path":332,"priority":333},"LICENSE","high","rule",{"basePath":243,"description":250,"displayName":252,"installMethods":336,"license":236,"rationale":337,"selectedPaths":338,"source":334,"sourceLanguage":18,"type":254},{"claudeCode":252},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[339,341,342,343,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,455,457,459,461,463,465,467,469,471,473,475,477,479,481,483,485,487,489,491,493,495,497,499,501,503,505,507,509,511,513,515,517,519,521,523,525,527,529,531,533,535,537,539,541,543],{"path":340,"priority":328},".claude-plugin/plugin.json",{"path":330,"priority":328},{"path":332,"priority":333},{"path":344,"priority":345},"skills/ops/SKILL.md","medium",{"path":347,"priority":345},"skills/ops-comms/SKILL.md",{"path":349,"priority":345},"skills/ops-credentials/SKILL.md",{"path":351,"priority":345},"skills/ops-daemon/SKILL.md",{"path":353,"priority":345},"skills/ops-dash/SKILL.md",{"path":355,"priority":345},"skills/ops-deploy/SKILL.md",{"path":357,"priority":345},"skills/ops-deploy-fix/SKILL.md",{"path":359,"priority":345},"skills/ops-doctor/SKILL.md",{"path":361,"priority":345},"skills/ops-ecom/SKILL.md",{"path":363,"priority":345},"skills/ops-fires/SKILL.md",{"path":365,"priority":345},"skills/ops-go/SKILL.md",{"path":367,"priority":345},"skills/ops-gtm/SKILL.md",{"path":369,"priority":345},"skills/ops-inbox/SKILL.md",{"path":371,"priority":345},"skills/ops-integrate/SKILL.md",{"path":373,"priority":345},"skills/ops-linear/SKILL.md",{"path":375,"priority":345},"skills/ops-marketing/SKILL.md",{"path":377,"priority":345},"skills/ops-merge/SKILL.md",{"path":379,"priority":345},"skills/ops-monitor/SKILL.md",{"path":381,"priority":345},"skills/ops-next/SKILL.md",{"path":383,"priority":345},"skills/ops-orchestrate/SKILL.md",{"path":385,"priority":345},"skills/ops-package/SKILL.md",{"path":387,"priority":345},"skills/ops-projects/SKILL.md",{"path":389,"priority":345},"skills/ops-recap/SKILL.md",{"path":391,"priority":345},"skills/ops-revenue/SKILL.md",{"path":393,"priority":345},"skills/ops-rotate/SKILL.md",{"path":395,"priority":345},"skills/ops-rotate-setup/SKILL.md",{"path":397,"priority":345},"skills/ops-settings/SKILL.md",{"path":399,"priority":345},"skills/ops-speedup/SKILL.md",{"path":401,"priority":345},"skills/ops-status/SKILL.md",{"path":403,"priority":345},"skills/ops-triage/SKILL.md",{"path":405,"priority":345},"skills/ops-voice/SKILL.md",{"path":407,"priority":345},"skills/ops-whatsapp-biz/SKILL.md",{"path":409,"priority":345},"skills/ops-yolo/SKILL.md",{"path":411,"priority":345},"skills/setup/SKILL.md",{"path":413,"priority":345},"skills/uninstall/SKILL.md",{"path":415,"priority":328},".mcp.json",{"path":417,"priority":333},"agents/build-fixer.md",{"path":419,"priority":333},"agents/comms-scanner.md",{"path":421,"priority":333},"agents/daemon-agent.md",{"path":423,"priority":333},"agents/dependency-auditor.md",{"path":425,"priority":333},"agents/deploy-fixer.md",{"path":427,"priority":333},"agents/doctor-agent.md",{"path":429,"priority":333},"agents/general-purpose.md",{"path":431,"priority":333},"agents/infra-monitor.md",{"path":433,"priority":333},"agents/marketing-optimizer.md",{"path":435,"priority":333},"agents/memory-extractor.md",{"path":437,"priority":333},"agents/monitor-agent.md",{"path":439,"priority":333},"agents/project-scanner.md",{"path":441,"priority":333},"agents/revenue-tracker.md",{"path":443,"priority":333},"agents/triage-agent.md",{"path":445,"priority":333},"agents/yolo-ceo.md",{"path":447,"priority":333},"agents/yolo-cfo.md",{"path":449,"priority":333},"agents/yolo-coo.md",{"path":451,"priority":333},"agents/yolo-cto.md",{"path":453,"priority":454},"bin/ops-autofix","low",{"path":456,"priority":454},"bin/ops-ci",{"path":458,"priority":454},"bin/ops-credentials",{"path":460,"priority":454},"bin/ops-dash",{"path":462,"priority":454},"bin/ops-deploy-fix-build-trigger",{"path":464,"priority":454},"bin/ops-deploy-fix-merge-trigger",{"path":466,"priority":454},"bin/ops-discord",{"path":468,"priority":454},"bin/ops-discover-external",{"path":470,"priority":454},"bin/ops-doctor",{"path":472,"priority":454},"bin/ops-ecom-health",{"path":474,"priority":454},"bin/ops-external",{"path":476,"priority":454},"bin/ops-gather",{"path":478,"priority":454},"bin/ops-git",{"path":480,"priority":454},"bin/ops-gsd-states",{"path":482,"priority":454},"bin/ops-infra",{"path":484,"priority":454},"bin/ops-marketing-dash",{"path":486,"priority":454},"bin/ops-merge-scan",{"path":488,"priority":454},"bin/ops-no-rm-rf-anchor",{"path":490,"priority":454},"bin/ops-post-session-cleanup",{"path":492,"priority":454},"bin/ops-post-update-migrate",{"path":494,"priority":454},"bin/ops-pretool-wacli-health",{"path":496,"priority":454},"bin/ops-pretool-whatsapp-bridge-health",{"path":498,"priority":454},"bin/ops-prevent-secret-commit",{"path":500,"priority":454},"bin/ops-projects",{"path":502,"priority":454},"bin/ops-prs",{"path":504,"priority":454},"bin/ops-setup-complete",{"path":506,"priority":454},"bin/ops-setup-detect",{"path":508,"priority":454},"bin/ops-setup-install",{"path":510,"priority":454},"bin/ops-setup-preflight",{"path":512,"priority":454},"bin/ops-shopify-create",{"path":514,"priority":454},"bin/ops-slack-autolink.mjs",{"path":516,"priority":454},"bin/ops-slack-workspaces",{"path":518,"priority":454},"bin/ops-speedup",{"path":520,"priority":454},"bin/ops-status",{"path":522,"priority":454},"bin/ops-suggest-specialized-agent",{"path":524,"priority":454},"bin/ops-task-reminder",{"path":526,"priority":454},"bin/ops-telegram-autolink.mjs",{"path":528,"priority":454},"bin/ops-unread",{"path":530,"priority":454},"bin/ops-warn-mainpush",{"path":532,"priority":454},"bin/ops-welcome",{"path":534,"priority":454},"bin/wacli-health",{"path":536,"priority":454},"bin/wacli-safe",{"path":538,"priority":333},"hooks/hooks.json",{"path":540,"priority":333},"hooks/recap-capture.sh",{"path":542,"priority":333},"hooks/recap-tool-activity.sh",{"path":544,"priority":454},"output-styles/ops-briefing.md",{"basePath":546,"description":547,"displayName":252,"installMethods":548,"rationale":549,"selectedPaths":550,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops","Business operations command center. Routes to the right ops command based on what you need — briefing, inbox, fires, projects, comms, triage, linear, revenue, deploy, or yolo mode.",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops/SKILL.md",[551],{"path":552,"priority":328},"SKILL.md",{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-comms","Send and read messages across all channels. Routes based on arguments — whatsapp, email, slack, telegram, discord, notion, or natural language like \"send [msg] to [contact]\". WhatsApp via mcp__whatsapp__* (Baileys bridge).","ops-comms",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-comms/SKILL.md",[560],{"path":552,"priority":328},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-credentials","Audit which integration credentials are configured. Scans shell env, ops preferences.json, Doppler, macOS Keychain, and Dashlane to report a configured-vs-missing table per service. Never displays raw values — always masks as first6•••last4. Use when you want to see which integrations have keys set up and which still need /ops:setup.","ops-credentials",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-credentials/SKILL.md",[568],{"path":552,"priority":328},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-daemon","Check claude-ops background daemon end-to-end and auto-fix common issues. Detects stale plist paths after plugin upgrades, missing service commands, dead processes, corrupt health files, and bash version mismatches.","ops-daemon",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-daemon/SKILL.md",[576],{"path":552,"priority":328},{"basePath":578,"description":579,"displayName":580,"installMethods":581,"rationale":582,"selectedPaths":583,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-dash","Interactive pixel-art command center dashboard. Visual business HQ with instant hotkey navigation to all ops commands, live status indicators, fire alerts, C-suite reports, settings, sharing, and FAQ.","ops-dash",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-dash/SKILL.md",[584],{"path":552,"priority":328},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-deploy","Deploy status across all projects. Shows ECS service versions, Vercel deployments, recent deploys, pending deploys, and CI/CD pipeline state.","ops-deploy",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy/SKILL.md",[592],{"path":552,"priority":328},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-deploy-fix","Inspect and control the deploy/build auto-fix subsystem. Use for `/ops:deploy-fix status` (last monitor runs, fixer dispatches, locks, hourly budget), `/ops:deploy-fix tail` (follow latest fixer log), `/ops:deploy-fix configure` (re-run the wizard), and `/ops:deploy-fix test` (synthetic dry-run through the pipeline). Trigger when the user mentions deploy auto-fix, post-merge monitor, build fixer, fix budget, fix-agent log, or asks why a deploy didn't get auto-fixed.","ops-deploy-fix",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-deploy-fix/SKILL.md",[600],{"path":552,"priority":328},{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-doctor","Health check and auto-repair for the ops plugin. Diagnoses manifest errors, broken permissions, invalid configs, stale caches, and missing files — then spawns an agent to fix everything automatically.","ops-doctor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-doctor/SKILL.md",[608],{"path":552,"priority":328},{"basePath":610,"description":611,"displayName":612,"installMethods":613,"rationale":614,"selectedPaths":615,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-ecom","Shopify store command center. Orders, inventory, fulfillment, analytics, and store health. Works with any Shopify store via Admin API.","ops-ecom",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-ecom/SKILL.md",[616],{"path":552,"priority":328},{"basePath":618,"description":619,"displayName":620,"installMethods":621,"rationale":622,"selectedPaths":623,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-fires","Production incidents dashboard. Reads ECS health, Sentry errors, CI failures. Offers to dispatch fix agents for active fires.","ops-fires",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-fires/SKILL.md",[624],{"path":552,"priority":328},{"basePath":626,"description":627,"displayName":628,"installMethods":629,"rationale":630,"selectedPaths":631,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-go","Token-efficient morning briefing. Pre-gathers all data via shell scripts, then presents a unified business dashboard with prioritized actions.","ops-go",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-go/SKILL.md",[632],{"path":552,"priority":328},{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-gtm","Go-to-market strategy planner. Generates a complete GTM plan across paid, unpaid, marketing, sales, and AI-automation channels for any project — and hands executable campaigns off to /marketing.","ops-gtm",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-gtm/SKILL.md",[640],{"path":552,"priority":328},{"basePath":642,"description":643,"displayName":644,"installMethods":645,"rationale":646,"selectedPaths":647,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-inbox","Full inbox management across all channels — WhatsApp (whatsmeow bridge via mcp__whatsapp__*), Email (Gmail MCP), Slack (MCP), Telegram (user-auth MCP), Discord (webhook + REST read), Notion (MCP — comments, mentions, assigned tasks). Scans FULL inbox (not just unread), identifies messages needing replies, archives handled conversations.","ops-inbox",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-inbox/SKILL.md",[648,649],{"path":552,"priority":328},{"path":650,"priority":345},"CHANNELS.md",{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-integrate","Add any SaaS API as a first-class integration. Provide the service name — ops-integrate discovers auth patterns, tests connectivity, and registers the API in your partner registry so it's available to other skills.","ops-integrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-integrate/SKILL.md",[658],{"path":552,"priority":328},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-linear","Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.","ops-linear",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-linear/SKILL.md",[666],{"path":552,"priority":328},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-marketing","Marketing command center. Email campaigns (Klaviyo), paid ads (Meta/Google), analytics (GA4), SEO, and social media metrics. One dashboard for all marketing channels.","ops-marketing",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-marketing/SKILL.md",[674],{"path":552,"priority":328},{"basePath":241,"description":10,"displayName":13,"installMethods":676,"rationale":677,"selectedPaths":678,"source":334,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[679],{"path":552,"priority":328},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-monitor","Unified APM and monitoring surface. Polls Datadog, New Relic, and OpenTelemetry backends for active alerts, error traces, and entity health. Use --watch for live polling every 60 seconds. Use --setup to configure monitoring credentials.","ops-monitor",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-monitor/SKILL.md",[687],{"path":552,"priority":328},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-next","Business-level \"what should I do next\". Priority stack — fires > unread comms > ready-to-merge PRs > Linear sprint > revenue-generating GSD work. Uses pre-gathered data and routes to the right skill.","ops-next",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-next/SKILL.md",[695],{"path":552,"priority":328},{"basePath":697,"description":698,"displayName":699,"installMethods":700,"rationale":701,"selectedPaths":702,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-orchestrate","Autonomous multi-project orchestration engine. Audits all registered projects, structures work into dependency-wired tasks, dispatches parallel agents (subagents or Agent Teams), audits completions, and ships PRs. Registry-driven — works for any user with a configured project registry.","ops-orchestrate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-orchestrate/SKILL.md",[703],{"path":552,"priority":328},{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-package","Ship parcels via any configured carrier — MyParcel, Sendcloud, DHL Parcel NL, PostNL, DPD, UPS, FedEx. Auto-selects the first carrier whose credentials are configured, or pass --carrier \u003Cname> to override. Verbs: ship, label, track, list, carriers.","ops-package",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-package/SKILL.md",[711],{"path":552,"priority":328},{"basePath":713,"description":714,"displayName":715,"installMethods":716,"rationale":717,"selectedPaths":718,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-projects","Portfolio dashboard for all GSD-tracked projects. Scans ~/Projects and ~/gsd-workspaces for .planning/ directories, shows phase status, git state, blockers, and next actions for every project. Run /ops projects to see the full portfolio.","ops-projects",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-projects/SKILL.md",[719],{"path":552,"priority":328},{"basePath":721,"description":722,"displayName":723,"installMethods":724,"rationale":725,"selectedPaths":726,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-recap","Manage the multi-session recap marquee daemon — a background process that synthesizes a one-line digest across all parallel Claude Code sessions and shell activity, displayed in tmux status-right. Subcommands status/tail/configure/restart.","ops-recap",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-recap/SKILL.md",[727],{"path":552,"priority":328},{"basePath":729,"description":730,"displayName":731,"installMethods":732,"rationale":733,"selectedPaths":734,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-revenue","Revenue and costs tracker. AWS spend via aws ce, credits tracker, project revenue stages. Shows burn rate, runway estimate, credits expiring.","ops-revenue",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-revenue/SKILL.md",[735],{"path":552,"priority":328},{"basePath":737,"description":738,"displayName":739,"installMethods":740,"rationale":741,"selectedPaths":742,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-rotate","Multi-account Claude Max rotator. Status, manual rotation, account list, add-account wizard. Requires account_rotation_enabled=true in plugin settings.","ops-rotate",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate/SKILL.md",[743],{"path":552,"priority":328},{"basePath":745,"description":746,"displayName":747,"installMethods":748,"rationale":749,"selectedPaths":750,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-rotate-setup","Interactive OAuth init wizard for the multi-account Claude rotator. Walks through every account in the rotation config, runs the Playwright magic-link flow for any account missing a keychain token, and writes verified tokens to `Claude-Rotation-\u003Caccount_id>`. Re-runnable any time. Standalone alias of the same step inside `/ops:setup`.","ops-rotate-setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-rotate-setup/SKILL.md",[751],{"path":552,"priority":328},{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-settings","Post-setup credential manager. Shows current integration status (configured/missing/expired) and lets you update individual credentials without re-running the full setup wizard. Runs a smoke test after each update.","ops-settings",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-settings/SKILL.md",[759],{"path":552,"priority":328},{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-speedup","Cross-platform, hardware-adaptive system optimizer. Auto-detects macOS / Linux / WSL / Windows (MINGW/Cygwin/MSYS2) and CPU/RAM/disk/GPU profile, then picks the right cleanup strategy. Scans reclaimable disk space, memory pressure, runaway processes, startup bloat, network issues. CleanMyMac built into Claude Code.","ops-speedup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-speedup/SKILL.md",[767],{"path":552,"priority":328},{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-status","Lightweight green/red status panel for every configured integration. No gather, no actions.","ops-status",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-status/SKILL.md",[775],{"path":552,"priority":328},{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-triage","Cross-platform issue triage. Pulls from Sentry (MCP), Linear (MCP), GitHub Issues (gh). Cross-references against code to find already-fixed issues. Auto-resolves fixed ones. Dispatches agents for active issues.","ops-triage",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[783],{"path":552,"priority":328},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-voice","Voice operations — make phone calls (Bland AI), text-to-speech (ElevenLabs), transcribe audio (Whisper/Groq). Replace OpenClaw voice capabilities.","ops-voice",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-voice/SKILL.md",[791],{"path":552,"priority":328},{"basePath":793,"description":794,"displayName":795,"installMethods":796,"rationale":797,"selectedPaths":798,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-whatsapp-biz","WhatsApp Business Cloud API — send approved template messages at scale, manage templates with approval tracking, and integrate product catalogs. Separate from wacli personal WhatsApp.","ops-whatsapp-biz",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-whatsapp-biz/SKILL.md",[799],{"path":552,"priority":328},{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/ops-yolo","YOLO mode. Spawns 4 parallel C-suite agents (CEO, CTO, CFO, COO). Each analyzes the business from their perspective using ALL available data. Produces unfiltered Hard Truths report. After user types YOLO, autonomously runs the business for a day using /loop.","ops-yolo",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-yolo/SKILL.md",[807],{"path":552,"priority":328},{"basePath":809,"description":810,"displayName":811,"installMethods":812,"rationale":813,"selectedPaths":814,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/setup","Interactive setup wizard for the claude-ops plugin. Installs missing CLIs, configures env vars for each channel (Telegram, WhatsApp, Email, Slack, Notion, Linear, Sentry, Vercel), builds the project registry, and saves user preferences. Run once after installing the plugin or any time to reconfigure.","setup",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/setup/SKILL.md",[815,816,818,820],{"path":552,"priority":328},{"path":817,"priority":345},"CLI-REFERENCE.md",{"path":819,"priority":345},"REFERENCE.md",{"path":821,"priority":345},"SHARED.md",{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":334,"sourceLanguage":18,"type":244},"claude-ops/skills/uninstall","Completely remove claude-ops plugin, all stored credentials, cached files, shell exports, and MCP registrations. Confirms each step before deletion.","uninstall",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/uninstall/SKILL.md",[829],{"path":552,"priority":328},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"license":236,"rationale":835,"selectedPaths":836,"source":334,"sourceLanguage":18,"type":844},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":833},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[837,839,841,842],{"path":838,"priority":328},"server.json",{"path":840,"priority":328},"package.json",{"path":330,"priority":328},{"path":843,"priority":345},"index.js","mcp",{"sources":846},[847],"manual",{"closedIssues90d":229,"description":849,"forks":230,"homepage":850,"license":236,"openIssues90d":231,"pushedAt":232,"readmeSize":227,"stars":233,"topics":851},"Business operating system for Claude Code — 25 skills, 13 agents, smart daemon. Unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, revenue (Stripe+RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4), voice (Bland/ElevenLabs), APM (Datadog/NewRelic/OTEL), YOLO mode.","https://github.com/Lifecycle-Innovations-Limited/claude-ops/wiki",[852,295,853,854,213,855,856,275,857,858,844,859,860,861,862,863,864,865,299,866],"ai-agent","claude-code","claude-code-plugin","ai-automation","anthropic","claude","inbox-zero","morning-briefing","pr-automation","terminal","agent-teams","autonomous-agent","ecommerce","klaviyo","shopify",{"classifiedAt":868,"discoverAt":869,"extractAt":870,"githubAt":870,"updatedAt":868},1778692306008,1778692301282,1778692304144,[212,211,213,210,214],{"evaluatedAt":239,"extractAt":290,"updatedAt":239},[],[875,902,922,944,966,995],{"_creationTime":876,"_id":877,"community":878,"display":879,"identity":884,"providers":888,"relations":896,"tags":898,"workflow":899},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":880,"installMethods":881,"name":210,"sourceUrl":883},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":882},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":885,"githubOwner":886,"githubRepo":887,"locale":18,"slug":210,"type":244},"skills/github","steipete","clawdis",{"evaluate":889,"extract":895},{"promptVersionExtension":203,"promptVersionScoring":204,"score":890,"tags":891,"targetMarket":215,"tier":216},100,[210,892,893,894,212],"cli","api","developer-tools",{"commitSha":280},{"repoId":897},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[893,212,892,894,210],{"evaluatedAt":900,"extractAt":901,"updatedAt":900},1778698569289,1778697652123,{"_creationTime":903,"_id":904,"community":905,"display":906,"identity":910,"providers":912,"relations":918,"tags":919,"workflow":920},1778697652123.8845,"k17bexjjjsz81ysk7bd3ggdm8s86mt2t",{"reviewCount":8},{"description":907,"installMethods":908,"name":909,"sourceUrl":883},"Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.",{"claudeCode":882},"openclaw-testing",{"basePath":911,"githubOwner":886,"githubRepo":887,"locale":18,"slug":909,"type":244},".agents/skills/openclaw-testing",{"evaluate":913,"extract":917},{"promptVersionExtension":203,"promptVersionScoring":204,"score":890,"tags":914,"targetMarket":215,"tier":216},[915,211,916,212,894],"testing","validation",{"commitSha":280},{"repoId":897},[212,211,894,915,916],{"evaluatedAt":921,"extractAt":901,"updatedAt":921},1778697962962,{"_creationTime":923,"_id":924,"community":925,"display":926,"identity":930,"providers":933,"relations":940,"tags":941,"workflow":942},1778697652123.8833,"k17ct99affbswtd47gdzrt0t9d86np80",{"reviewCount":8},{"description":927,"installMethods":928,"name":929,"sourceUrl":883},"Prepare or verify OpenClaw stable/beta releases, changelogs, release notes, publish commands, and artifacts.",{"claudeCode":882},"OpenClaw Release Maintainer",{"basePath":931,"githubOwner":886,"githubRepo":887,"locale":18,"slug":932,"type":244},".agents/skills/openclaw-release-maintainer","openclaw-release-maintainer",{"evaluate":934,"extract":939},{"promptVersionExtension":203,"promptVersionScoring":204,"score":890,"tags":935,"targetMarket":215,"tier":216},[936,213,212,937,938],"release-management","publishing","changelog",{"commitSha":280,"license":236},{"repoId":897},[212,938,213,937,936],{"evaluatedAt":943,"extractAt":901,"updatedAt":943},1778697889646,{"_creationTime":945,"_id":946,"community":947,"display":948,"identity":952,"providers":955,"relations":962,"tags":963,"workflow":964},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":949,"installMethods":950,"name":951,"sourceUrl":883},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":882},"ClawSweeper Skill",{"basePath":953,"githubOwner":886,"githubRepo":887,"locale":18,"slug":954,"type":244},".agents/skills/clawsweeper","clawsweeper",{"evaluate":956,"extract":961},{"promptVersionExtension":203,"promptVersionScoring":204,"score":890,"tags":957,"targetMarket":215,"tier":216},[210,212,958,959,960],"code-review","maintenance","ci-cd",{"commitSha":280,"license":236},{"repoId":897},[212,960,958,210,959],{"evaluatedAt":965,"extractAt":901,"updatedAt":965},1778697688364,{"_creationTime":967,"_id":968,"community":969,"display":970,"identity":976,"providers":980,"relations":988,"tags":991,"workflow":992},1778695548458.3926,"k172f2ed2j5kxdq8hbw4nszcw186m5xj",{"reviewCount":8},{"description":971,"installMethods":972,"name":974,"sourceUrl":975},"Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.\n",{"claudeCode":973},"pjt222/agent-almanac","review-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":977,"githubOwner":978,"githubRepo":979,"locale":18,"slug":974,"type":244},"skills/review-pull-request","pjt222","agent-almanac",{"evaluate":981,"extract":987},{"promptVersionExtension":203,"promptVersionScoring":204,"score":890,"tags":982,"targetMarket":215,"tier":216},[983,214,210,958,984,985,986],"review","gh-cli","feedback","pr",{"commitSha":280},{"parentExtensionId":989,"repoId":990},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[958,985,984,210,986,214,983],{"evaluatedAt":993,"extractAt":994,"updatedAt":993},1778700796502,1778695548458,{"_creationTime":996,"_id":997,"community":998,"display":999,"identity":1005,"providers":1010,"relations":1015,"tags":1017,"workflow":1018},1778698056313.1511,"k175zyx2vkpy1620pxjw6687q186nn2f",{"reviewCount":8},{"description":1000,"installMethods":1001,"name":1003,"sourceUrl":1004},"Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.",{"claudeCode":1002},"thedotmack/claude-mem","Babysit PR","https://github.com/thedotmack/claude-mem",{"basePath":1006,"githubOwner":1007,"githubRepo":1008,"locale":18,"slug":1009,"type":244},"plugin/skills/babysit","thedotmack","claude-mem","babysit",{"evaluate":1011,"extract":1013},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":1012,"targetMarket":215,"tier":216},[210,214,278,212,892],{"commitSha":280,"license":1014},"Apache-2.0",{"repoId":1016},"kd70jnxgm695az2wtf37zbqdj986mp7k",[212,892,210,278,214],{"evaluatedAt":1019,"extractAt":1020,"updatedAt":1021},1778698118978,1778698056313,1778698441533]