[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Lifecycle-Innovations-Limited-ops-triage-en":3,"guides-for-Lifecycle-Innovations-Limited-ops-triage":887,"similar-k17bgetabcxg89fv9bd9j3xgyn86m243-en":888},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":247,"parentExtension":258,"providers":325,"relations":329,"repo":330,"tags":885,"workflow":886},1778692306427.1038,"k17bgetabcxg89fv9bd9j3xgyn86m243",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"Lifecycle-Innovations-Limited/claude-ops","OPS ► CROSS-PLATFORM TRIAGE","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":250},1778693001136.7578,"kn7bws8q59stsx6bcydeqv24ws86nt9j","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":209,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":226,"tier":227,"useCases":228},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,112,115,119,122,125,128,131,134,137,141,145,149,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies a concrete user problem: cross-platform issue triage for Sentry, Linear, and GitHub issues, including automated resolution of fixed issues and dispatching agents for active ones.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond basic LLM capabilities by integrating multiple MCPs, cross-referencing code for fixes, and orchestrating agent dispatches for a complete issue resolution workflow.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers the complete lifecycle of issue triage, from fetching and cross-referencing to resolution and agent dispatch, making it production-ready for real workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on a coherent workflow: cross-platform issue triage, integrating with Sentry, Linear, and GitHub 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 capabilities and scope.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes narrowly scoped tools like `mcp__sentry__search_issues`, `gh issue list`, and `mcp__linear__update_issue`, avoiding broad `shell_exec` or similar generalist commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All necessary configuration, including secrets and registry preferences, is documented with clear instructions on resolution and fallback paths.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names are descriptive and follow a consistent verb-noun pattern, clearly indicating their function within the ops-triage domain.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Tool inputs and outputs appear to be focused on the specific data required for issue triage and resolution, without excessive or unnecessary fields.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The project is licensed under the MIT license, as indicated by the bundled LICENSE file and README.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository shows recent activity with commits within the last 90 days, indicating active maintenance.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project utilizes a lockfile and appears to have measures in place for dependency management, as evidenced by `package.json` and `package-lock.json` (implied by lockfile present).",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Secrets are handled through an MCP and fallbacks like Doppler CLI and password managers, with no hardcoded secrets or sensitive information echoed to stdout.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The skill's design, particularly the use of structured commands and explicit tool calls, minimizes the risk of injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The skill bundles all necessary scripts and data locally, avoiding runtime downloads or execution of external content, thus mitigating supply-chain risks.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The skill operates within defined scopes, primarily interacting with project files and MCPs, and does not appear to modify files outside its designated areas.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached-process spawns or deny-retry loops was found in the provided script snippets.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The skill's operations are focused on issue management and do not involve submitting confidential data to third parties without explicit user configuration and documentation.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The bundled content and descriptions appear to be free of hidden steering tricks or obfuscated instructions.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The provided scripts are clear and readable, with no signs of obfuscation like base64 payloads or minified code without source maps.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The skill uses relative paths and declares dependencies, and its setup wizard handles cross-platform installations, minimizing structural assumptions.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 2 open issues and 6 closed in the last 90 days, the closure rate is sufficient, indicating active maintainer engagement.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The project declares meaningful semver versions in its README and package metadata, facilitating clear version tracking.",{"category":103,"check":104,"severity":24,"summary":105},"Code Execution","Validation","The skill's design implies validation of inputs through structured commands and MCPs, and outputs are generally well-defined.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","Destructive operations like closing issues or updating statuses are handled through specific tool calls that require explicit confirmation or are part of a controlled workflow.",{"category":103,"check":110,"severity":24,"summary":111},"Error Handling","The skill includes fallbacks for MCP unavailability and explicit error reporting for issues, aiming for structured error messages.",{"category":103,"check":113,"severity":24,"summary":114},"Logging","The skill logs task progress and resolutions, with potential for audit trails, and outbound calls are documented.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The skill primarily deals with issue tracking data and does not appear to handle personal data in a way that would violate GDPR without explicit user consent or sanitization.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The skill operates globally, integrating with common development platforms without regional restrictions.",{"category":91,"check":123,"severity":24,"summary":124},"Runtime stability","The skill aims for cross-platform compatibility, using standard CLI tools and providing a guided setup wizard for different operating systems.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is comprehensive, well-structured, and clearly explains the project's purpose, features, and usage.",{"category":33,"check":129,"severity":24,"summary":130},"Tool surface size","The skill exposes a reasonable number of tools, focused on issue triage and related operations, aligning with its scope.",{"category":40,"check":132,"severity":24,"summary":133},"Overlapping near-synonym tools","The toolset is specific to issue management, with no obvious near-synonym tools that would cause ambiguity.",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","Features described in the README, such as Sentry/Linear/GitHub integration and code cross-referencing, are implemented through corresponding tools and scripts.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear, step-by-step installation instructions, including setup wizards and local development guidance.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The skill includes fallbacks and aims to provide actionable error messages for issues encountered during triage.",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","Dependencies are managed via lockfiles and scripts declare interpreter versions, ensuring reproducible execution.",{"category":33,"check":150,"severity":151,"summary":152},"Dry-run preview","not_applicable","The skill's primary operations involve reading and correlating data, not direct destructive actions that would necessitate a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","While direct operations are not state-changing in a way that requires strict idempotency, the use of MCPs and structured error handling suggests resilience and error management.",{"category":116,"check":158,"severity":24,"summary":159},"Telemetry opt-in","The project explicitly states 'No telemetry. No analytics. No crash reports.', aligning with opt-in principles.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is clearly defined as cross-platform issue triage, specifying its targets (Sentry, Linear, GitHub) and core functions.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and triggers.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-structured and under the recommended line limit, delegating deeper material to references.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and links to detailed CLI references, adhering to progressive disclosure principles.",{"category":170,"check":174,"severity":151,"summary":175},"Forked exploration","This skill performs focused triage rather than deep exploration, so `context: fork` is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md and README provide clear usage examples for commands and workflows, demonstrating input and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill documentation addresses potential issues like MCP unavailability and provides recovery steps, demonstrating handling of edge cases.",{"category":103,"check":183,"severity":24,"summary":184},"Tool Fallback","The skill includes fallback mechanisms for MCP unavailability and clearly lists required tools and versions.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's workflow includes checks for daemon health and preferences, and it aims to halt and report on unexpected pre-states.",{"category":91,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and clearly documented, with explicit references to other skills rather than implicit dependencies.",1778693000978,"This skill automates the triage of issues from Sentry, Linear, and GitHub, cross-references them against code for fixes, resolves already-fixed issues, and dispatches agents for active ones. It uses MCPs and CLI tools, with fallbacks for unavailability, and supports agent teams for coordinated issue resolution.",[195,196,197,198,199],"Automated cross-platform issue fetching","Code-based issue fix cross-referencing","Automatic resolution of deployed fixes","Agent dispatch for active issues","Integration with Sentry, Linear, and GitHub",[201,202,203],"Performing code refactoring or feature development directly.","Managing project roadmap or sprint planning beyond issue assignment.","Replacing core functionality of Sentry, Linear, or GitHub for direct issue creation or detailed management.",[205,206,207,208],"Issue Triage Workflow","Automated Resolution","Agent Orchestration","Cross-Platform Integration",[210,211,212],"Claude Code 1.0+","Access to Sentry, Linear, and GitHub APIs/CLIs","Configured credentials for Sentry, Linear, and GitHub","3.0.0","4.4.0","To streamline and automate the process of managing software development issues across multiple platforms, saving developer time and ensuring critical bugs are addressed efficiently.","The skill demonstrates comprehensive implementation across all evaluated criteria, including robust security practices, clear documentation, and a well-defined workflow, with no significant issues identified.",100,"A highly polished and robust skill for automated cross-platform issue triage and management.",[220,221,222,223,224,225],"issue-triage","automation","sentry","linear","github","ci-cd","global","verified",[229,230,231,232],"Triaging a large backlog of open issues from various sources.","Identifying and automatically resolving issues that have already been fixed in code.","Dispatching specialized agents to fix active or critical issues.","Maintaining a unified view of issue status across development platforms.",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":246,"testCoverage":249},{"hasLockfile":235},true,1778692980290,{"descriptionLength":238,"readmeSize":239},210,22118,{"closedIssues90d":241,"forks":242,"hasChangelog":235,"openIssues90d":243,"pushedAt":244,"stars":245},6,4,2,1778673878000,9,{"hasNpmPackage":247,"license":248,"smitheryVerified":247},false,"MIT",{"hasCi":235,"hasTests":235},{"updatedAt":251},1778693001136,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":18,"slug":256,"type":257},"claude-ops/skills/ops-triage","Lifecycle-Innovations-Limited","claude-ops","ops-triage","skill",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"parentExtension":268,"providers":304,"relations":321,"tags":322,"workflow":323},1778692306427.0964,"k17d0t6ns7y6t377pfprg128hd86nm89",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"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":265},"ops",{"basePath":255,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":267},"plugin",{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":276,"providers":279,"relations":298,"tags":300,"workflow":301},1778692306427.0962,"k177xmnsm26p2wbrkfkwqgm2b986m2w8",{"reviewCount":8},{"description":273,"installMethods":274,"name":275,"sourceUrl":14},"Local marketplace for claude-ops plugin",{"claudeCode":12},"ops-marketplace",{"basePath":277,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":278},"","marketplace",{"evaluate":280,"extract":292},{"promptVersionExtension":281,"promptVersionScoring":214,"score":282,"tags":283,"targetMarket":226,"tier":227},"3.1.0",96,[284,285,286,221,287,288,289,290,291],"operations","business","dashboard","productivity","aws","slack","whatsapp","monitoring",{"commitSha":293,"marketplace":294,"plugin":296},"HEAD",{"name":275,"pluginCount":295},1,{"mcpCount":8,"provider":297,"skillCount":8},"classify",{"repoId":299},"kd7d52tcek2e34r805zs06b10d86n39v",[221,288,285,286,291,284,287,289,290],{"evaluatedAt":302,"extractAt":303,"updatedAt":302},1778692330594,1778692306427,{"evaluate":305,"extract":318},{"promptVersionExtension":213,"promptVersionScoring":214,"score":306,"tags":307,"targetMarket":226,"tier":317},85,[308,221,309,310,311,312,313,314,315,291,316],"business-operations","ai-agents","communications","project-management","devops","marketing","finance","e-commerce","voice","community",{"commitSha":293,"license":248,"plugin":319},{"mcpCount":8,"provider":297,"skillCount":320},35,{"parentExtensionId":270,"repoId":299},[309,221,308,310,312,315,314,313,291,311,316],{"evaluatedAt":324,"extractAt":303,"updatedAt":324},1778692342046,{"evaluate":326,"extract":328},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":327,"targetMarket":226,"tier":227},[220,221,222,223,224,225],{"commitSha":293,"license":248},{"parentExtensionId":260,"repoId":299},{"_creationTime":331,"_id":299,"identity":332,"providers":333,"workflow":881},1778692301282.087,{"githubOwner":254,"githubRepo":255,"sourceUrl":14},{"classify":334,"discover":859,"github":862},{"commitSha":293,"extensions":335},[336,349,559,567,575,583,591,599,607,615,623,631,639,647,655,665,673,681,689,697,705,713,721,729,737,745,753,761,769,777,785,793,798,806,814,822,836,844],{"basePath":277,"description":273,"displayName":275,"installMethods":337,"rationale":338,"selectedPaths":339,"source":348,"sourceLanguage":18,"type":278},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[340,343,345],{"path":341,"priority":342},".claude-plugin/marketplace.json","mandatory",{"path":344,"priority":342},"README.md",{"path":346,"priority":347},"LICENSE","high","rule",{"basePath":255,"description":263,"displayName":265,"installMethods":350,"license":248,"rationale":351,"selectedPaths":352,"source":348,"sourceLanguage":18,"type":267},{"claudeCode":265},"plugin manifest at claude-ops/.claude-plugin/plugin.json",[353,355,356,357,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,454,456,458,460,462,464,466,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,545,547,549,551,553,555,557],{"path":354,"priority":342},".claude-plugin/plugin.json",{"path":344,"priority":342},{"path":346,"priority":347},{"path":358,"priority":359},"skills/ops/SKILL.md","medium",{"path":361,"priority":359},"skills/ops-comms/SKILL.md",{"path":363,"priority":359},"skills/ops-credentials/SKILL.md",{"path":365,"priority":359},"skills/ops-daemon/SKILL.md",{"path":367,"priority":359},"skills/ops-dash/SKILL.md",{"path":369,"priority":359},"skills/ops-deploy/SKILL.md",{"path":371,"priority":359},"skills/ops-deploy-fix/SKILL.md",{"path":373,"priority":359},"skills/ops-doctor/SKILL.md",{"path":375,"priority":359},"skills/ops-ecom/SKILL.md",{"path":377,"priority":359},"skills/ops-fires/SKILL.md",{"path":379,"priority":359},"skills/ops-go/SKILL.md",{"path":381,"priority":359},"skills/ops-gtm/SKILL.md",{"path":383,"priority":359},"skills/ops-inbox/SKILL.md",{"path":385,"priority":359},"skills/ops-integrate/SKILL.md",{"path":387,"priority":359},"skills/ops-linear/SKILL.md",{"path":389,"priority":359},"skills/ops-marketing/SKILL.md",{"path":391,"priority":359},"skills/ops-merge/SKILL.md",{"path":393,"priority":359},"skills/ops-monitor/SKILL.md",{"path":395,"priority":359},"skills/ops-next/SKILL.md",{"path":397,"priority":359},"skills/ops-orchestrate/SKILL.md",{"path":399,"priority":359},"skills/ops-package/SKILL.md",{"path":401,"priority":359},"skills/ops-projects/SKILL.md",{"path":403,"priority":359},"skills/ops-recap/SKILL.md",{"path":405,"priority":359},"skills/ops-revenue/SKILL.md",{"path":407,"priority":359},"skills/ops-rotate/SKILL.md",{"path":409,"priority":359},"skills/ops-rotate-setup/SKILL.md",{"path":411,"priority":359},"skills/ops-settings/SKILL.md",{"path":413,"priority":359},"skills/ops-speedup/SKILL.md",{"path":415,"priority":359},"skills/ops-status/SKILL.md",{"path":417,"priority":359},"skills/ops-triage/SKILL.md",{"path":419,"priority":359},"skills/ops-voice/SKILL.md",{"path":421,"priority":359},"skills/ops-whatsapp-biz/SKILL.md",{"path":423,"priority":359},"skills/ops-yolo/SKILL.md",{"path":425,"priority":359},"skills/setup/SKILL.md",{"path":427,"priority":359},"skills/uninstall/SKILL.md",{"path":429,"priority":342},".mcp.json",{"path":431,"priority":347},"agents/build-fixer.md",{"path":433,"priority":347},"agents/comms-scanner.md",{"path":435,"priority":347},"agents/daemon-agent.md",{"path":437,"priority":347},"agents/dependency-auditor.md",{"path":439,"priority":347},"agents/deploy-fixer.md",{"path":441,"priority":347},"agents/doctor-agent.md",{"path":443,"priority":347},"agents/general-purpose.md",{"path":445,"priority":347},"agents/infra-monitor.md",{"path":447,"priority":347},"agents/marketing-optimizer.md",{"path":449,"priority":347},"agents/memory-extractor.md",{"path":451,"priority":347},"agents/monitor-agent.md",{"path":453,"priority":347},"agents/project-scanner.md",{"path":455,"priority":347},"agents/revenue-tracker.md",{"path":457,"priority":347},"agents/triage-agent.md",{"path":459,"priority":347},"agents/yolo-ceo.md",{"path":461,"priority":347},"agents/yolo-cfo.md",{"path":463,"priority":347},"agents/yolo-coo.md",{"path":465,"priority":347},"agents/yolo-cto.md",{"path":467,"priority":468},"bin/ops-autofix","low",{"path":470,"priority":468},"bin/ops-ci",{"path":472,"priority":468},"bin/ops-credentials",{"path":474,"priority":468},"bin/ops-dash",{"path":476,"priority":468},"bin/ops-deploy-fix-build-trigger",{"path":478,"priority":468},"bin/ops-deploy-fix-merge-trigger",{"path":480,"priority":468},"bin/ops-discord",{"path":482,"priority":468},"bin/ops-discover-external",{"path":484,"priority":468},"bin/ops-doctor",{"path":486,"priority":468},"bin/ops-ecom-health",{"path":488,"priority":468},"bin/ops-external",{"path":490,"priority":468},"bin/ops-gather",{"path":492,"priority":468},"bin/ops-git",{"path":494,"priority":468},"bin/ops-gsd-states",{"path":496,"priority":468},"bin/ops-infra",{"path":498,"priority":468},"bin/ops-marketing-dash",{"path":500,"priority":468},"bin/ops-merge-scan",{"path":502,"priority":468},"bin/ops-no-rm-rf-anchor",{"path":504,"priority":468},"bin/ops-post-session-cleanup",{"path":506,"priority":468},"bin/ops-post-update-migrate",{"path":508,"priority":468},"bin/ops-pretool-wacli-health",{"path":510,"priority":468},"bin/ops-pretool-whatsapp-bridge-health",{"path":512,"priority":468},"bin/ops-prevent-secret-commit",{"path":514,"priority":468},"bin/ops-projects",{"path":516,"priority":468},"bin/ops-prs",{"path":518,"priority":468},"bin/ops-setup-complete",{"path":520,"priority":468},"bin/ops-setup-detect",{"path":522,"priority":468},"bin/ops-setup-install",{"path":524,"priority":468},"bin/ops-setup-preflight",{"path":526,"priority":468},"bin/ops-shopify-create",{"path":528,"priority":468},"bin/ops-slack-autolink.mjs",{"path":530,"priority":468},"bin/ops-slack-workspaces",{"path":532,"priority":468},"bin/ops-speedup",{"path":534,"priority":468},"bin/ops-status",{"path":536,"priority":468},"bin/ops-suggest-specialized-agent",{"path":538,"priority":468},"bin/ops-task-reminder",{"path":540,"priority":468},"bin/ops-telegram-autolink.mjs",{"path":542,"priority":468},"bin/ops-unread",{"path":544,"priority":468},"bin/ops-warn-mainpush",{"path":546,"priority":468},"bin/ops-welcome",{"path":548,"priority":468},"bin/wacli-health",{"path":550,"priority":468},"bin/wacli-safe",{"path":552,"priority":347},"hooks/hooks.json",{"path":554,"priority":347},"hooks/recap-capture.sh",{"path":556,"priority":347},"hooks/recap-tool-activity.sh",{"path":558,"priority":468},"output-styles/ops-briefing.md",{"basePath":560,"description":561,"displayName":265,"installMethods":562,"rationale":563,"selectedPaths":564,"source":348,"sourceLanguage":18,"type":257},"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",[565],{"path":566,"priority":342},"SKILL.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":348,"sourceLanguage":18,"type":257},"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",[574],{"path":566,"priority":342},{"basePath":576,"description":577,"displayName":578,"installMethods":579,"rationale":580,"selectedPaths":581,"source":348,"sourceLanguage":18,"type":257},"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",[582],{"path":566,"priority":342},{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":348,"sourceLanguage":18,"type":257},"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",[590],{"path":566,"priority":342},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":348,"sourceLanguage":18,"type":257},"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",[598],{"path":566,"priority":342},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":348,"sourceLanguage":18,"type":257},"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",[606],{"path":566,"priority":342},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":348,"sourceLanguage":18,"type":257},"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",[614],{"path":566,"priority":342},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":348,"sourceLanguage":18,"type":257},"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",[622],{"path":566,"priority":342},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":348,"sourceLanguage":18,"type":257},"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",[630],{"path":566,"priority":342},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":348,"sourceLanguage":18,"type":257},"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",[638],{"path":566,"priority":342},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":348,"sourceLanguage":18,"type":257},"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",[646],{"path":566,"priority":342},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":348,"sourceLanguage":18,"type":257},"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",[654],{"path":566,"priority":342},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":348,"sourceLanguage":18,"type":257},"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",[662,663],{"path":566,"priority":342},{"path":664,"priority":359},"CHANNELS.md",{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":348,"sourceLanguage":18,"type":257},"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",[672],{"path":566,"priority":342},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":348,"sourceLanguage":18,"type":257},"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",[680],{"path":566,"priority":342},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":348,"sourceLanguage":18,"type":257},"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",[688],{"path":566,"priority":342},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":348,"sourceLanguage":18,"type":257},"claude-ops/skills/ops-merge","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.","ops-merge",{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-merge/SKILL.md",[696],{"path":566,"priority":342},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":348,"sourceLanguage":18,"type":257},"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",[704],{"path":566,"priority":342},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":348,"sourceLanguage":18,"type":257},"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",[712],{"path":566,"priority":342},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":348,"sourceLanguage":18,"type":257},"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",[720],{"path":566,"priority":342},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":348,"sourceLanguage":18,"type":257},"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",[728],{"path":566,"priority":342},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":348,"sourceLanguage":18,"type":257},"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",[736],{"path":566,"priority":342},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":348,"sourceLanguage":18,"type":257},"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",[744],{"path":566,"priority":342},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":348,"sourceLanguage":18,"type":257},"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",[752],{"path":566,"priority":342},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":348,"sourceLanguage":18,"type":257},"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",[760],{"path":566,"priority":342},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":348,"sourceLanguage":18,"type":257},"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",[768],{"path":566,"priority":342},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":348,"sourceLanguage":18,"type":257},"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",[776],{"path":566,"priority":342},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":348,"sourceLanguage":18,"type":257},"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",[784],{"path":566,"priority":342},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":348,"sourceLanguage":18,"type":257},"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",[792],{"path":566,"priority":342},{"basePath":253,"description":10,"displayName":256,"installMethods":794,"rationale":795,"selectedPaths":796,"source":348,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at claude-ops/skills/ops-triage/SKILL.md",[797],{"path":566,"priority":342},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":348,"sourceLanguage":18,"type":257},"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",[805],{"path":566,"priority":342},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":348,"sourceLanguage":18,"type":257},"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",[813],{"path":566,"priority":342},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":348,"sourceLanguage":18,"type":257},"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",[821],{"path":566,"priority":342},{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":348,"sourceLanguage":18,"type":257},"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",[829,830,832,834],{"path":566,"priority":342},{"path":831,"priority":359},"CLI-REFERENCE.md",{"path":833,"priority":359},"REFERENCE.md",{"path":835,"priority":359},"SHARED.md",{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":348,"sourceLanguage":18,"type":257},"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",[843],{"path":566,"priority":342},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"license":248,"rationale":849,"selectedPaths":850,"source":348,"sourceLanguage":18,"type":858},"claude-ops/telegram-server","Telegram user-auth MCP server for claude-ops plugin (personal account via MTProto, not bots)","claude-ops-telegram-server",{"npm":847},"server.json with namespace/server name at claude-ops/telegram-server/server.json",[851,853,855,856],{"path":852,"priority":342},"server.json",{"path":854,"priority":342},"package.json",{"path":344,"priority":342},{"path":857,"priority":359},"index.js","mcp",{"sources":860},[861],"manual",{"closedIssues90d":241,"description":863,"forks":242,"homepage":864,"license":248,"openIssues90d":243,"pushedAt":244,"readmeSize":239,"stars":245,"topics":865},"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",[866,308,867,868,312,869,870,288,871,872,858,873,874,875,876,877,878,879,313,880],"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":882,"discoverAt":883,"extractAt":884,"githubAt":884,"updatedAt":882},1778692306008,1778692301282,1778692304144,[221,225,224,220,223,222],{"evaluatedAt":251,"extractAt":303,"updatedAt":251},[],[889,916,936,952,979,998],{"_creationTime":890,"_id":891,"community":892,"display":893,"identity":899,"providers":904,"relations":910,"tags":912,"workflow":913},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":894,"installMethods":895,"name":897,"sourceUrl":898},"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":896},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":900,"githubOwner":901,"githubRepo":902,"locale":18,"slug":903,"type":257},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":905,"extract":909},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":906,"targetMarket":226,"tier":227},[224,221,907,908,225],"code-review","maintenance",{"commitSha":293,"license":248},{"repoId":911},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[221,225,907,224,908],{"evaluatedAt":914,"extractAt":915,"updatedAt":914},1778697688364,1778697652123,{"_creationTime":917,"_id":918,"community":919,"display":920,"identity":923,"providers":925,"relations":932,"tags":933,"workflow":934},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":921,"installMethods":922,"name":224,"sourceUrl":898},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":896},{"basePath":924,"githubOwner":901,"githubRepo":902,"locale":18,"slug":224,"type":257},"skills/github",{"evaluate":926,"extract":931},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":927,"targetMarket":226,"tier":227},[224,928,929,930,221],"cli","api","developer-tools",{"commitSha":293},{"repoId":911},[929,221,928,930,224],{"evaluatedAt":935,"extractAt":915,"updatedAt":935},1778698569289,{"_creationTime":937,"_id":938,"community":939,"display":940,"identity":942,"providers":943,"relations":948,"tags":949,"workflow":950},1778692306427.0989,"k1796t5tyzzwfm2x9bbbaaw5y586ndfk",{"reviewCount":8},{"description":633,"installMethods":941,"name":634,"sourceUrl":14},{"claudeCode":12},{"basePath":632,"githubOwner":254,"githubRepo":255,"locale":18,"slug":634,"type":257},{"evaluate":944,"extract":947},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":945,"targetMarket":226,"tier":227},[946,291,312,221,288,222,225],"incident-management",{"commitSha":293},{"parentExtensionId":260,"repoId":299},[221,288,225,312,946,291,222],{"evaluatedAt":951,"extractAt":303,"updatedAt":951},1778692547909,{"_creationTime":953,"_id":954,"community":955,"display":956,"identity":962,"providers":966,"relations":973,"tags":975,"workflow":976},1778696691708.3013,"k177tyntexj70prnbx535eespd86mb14",{"reviewCount":8},{"description":957,"installMethods":958,"name":960,"sourceUrl":961},"Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning\n",{"claudeCode":959},"ruvnet/ruflo","github-project-management","https://github.com/ruvnet/ruflo",{"basePath":963,"githubOwner":964,"githubRepo":965,"locale":18,"slug":960,"type":257},".claude/skills/github-project-management","ruvnet","ruflo",{"evaluate":967,"extract":972},{"promptVersionExtension":213,"promptVersionScoring":214,"score":968,"tags":969,"targetMarket":226,"tier":227},99,[224,311,221,970,971,225,312],"issues","agile",{"commitSha":293},{"repoId":974},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[971,221,225,312,224,970,311],{"evaluatedAt":977,"extractAt":978,"updatedAt":977},1778699042326,1778696691708,{"_creationTime":980,"_id":981,"community":982,"display":983,"identity":987,"providers":989,"relations":994,"tags":995,"workflow":996},1778696691708.3008,"k17fayzd1zy2hnd48zygbrmd3586myqe",{"reviewCount":8},{"description":984,"installMethods":985,"name":986,"sourceUrl":961},"Comprehensive GitHub code review with AI-powered swarm coordination",{"claudeCode":959},"github-code-review",{"basePath":988,"githubOwner":964,"githubRepo":965,"locale":18,"slug":986,"type":257},".claude/skills/github-code-review",{"evaluate":990,"extract":993},{"promptVersionExtension":213,"promptVersionScoring":214,"score":968,"tags":991,"targetMarket":226,"tier":227},[224,907,992,221,225],"ai",{"commitSha":293},{"repoId":974},[992,221,225,907,224],{"evaluatedAt":997,"extractAt":978,"updatedAt":997},1778699000157,{"_creationTime":999,"_id":1000,"community":1001,"display":1002,"identity":1006,"providers":1009,"relations":1015,"tags":1016,"workflow":1017},1778697652123.8801,"k17638jea19561s95dcvkks99d86n5mq",{"reviewCount":8},{"description":1003,"installMethods":1004,"name":1005,"sourceUrl":898},"Use for OpenClaw clawtributors PR/issue triage: Discrawl discovery, live-open rechecks, deep review, topic grouping, and compact @handle/LOC/type/blast/verification summaries.",{"claudeCode":896},"Clawdtributor",{"basePath":1007,"githubOwner":901,"githubRepo":902,"locale":18,"slug":1008,"type":257},".agents/skills/clawdtributor","clawdtributor",{"evaluate":1010,"extract":1014},{"promptVersionExtension":213,"promptVersionScoring":214,"score":968,"tags":1011,"targetMarket":226,"tier":227},[224,220,1012,1013,221],"pr-management","discord",{"commitSha":293,"license":248},{"repoId":911},[221,1013,224,220,1012],{"evaluatedAt":1018,"extractAt":915,"updatedAt":1018},1778697670873]