[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-getsentry-sentry-pr-code-review-en":3,"guides-for-getsentry-sentry-pr-code-review":806,"similar-k17c5crdfz5sf7b9smewv98s6x86nde5-en":807},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":229,"parentExtension":252,"providers":306,"relations":310,"repo":311,"tags":804,"workflow":805},1778687299685.3894,"k17c5crdfz5sf7b9smewv98s6x86nde5",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Review a project's PRs to check for issues detected in code review by Seer Bug Prediction. Use when asked to review or fix issues identified by Sentry in PR comments, or to find recent PRs with Sentry feedback.",{"claudeCode":12},"getsentry/sentry-for-ai","Sentry PR Code Review","https://github.com/getsentry/sentry-for-ai",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778687781787.7712,"kn77h4axha2cqfr1m7ffxyghm586nker","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":214,"tier":215,"useCases":216,"workflow":221},[21,26,29,32,36,39,44,48,50,52,56,60,63,67,70,73,76,79,82,85,89,93,97,101,106,109,113,116,120,123,126,129,132,134,137,141,145,148,151,155,158,161,164,167,171,174,177,180,183,187],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of reviewing PRs for Sentry/Seer issues and when to use it.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the review of Seer bug predictions in PR comments, offering value beyond manual checks or basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill's described workflow, including fetching comments, parsing, and fixing issues, covers the complete lifecycle for addressing Seer feedback in PRs.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on reviewing and fixing issues identified by Seer Bug Prediction in GitHub PR comments, a well-defined domain.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as described in the SKILL.md file.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose tools directly; its functionality is invoked via a prompt-based interface.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md clearly lists prerequisites like the 'gh' CLI and the Seer GitHub App installation, with specific instructions for obtaining them.",{"category":33,"check":49,"severity":42,"summary":43},"Tool naming",{"category":33,"check":51,"severity":42,"summary":43},"Minimal I/O surface",{"category":53,"check":54,"severity":24,"summary":55},"License","License usability","The license is MIT, as declared in the LICENSE file and README, which is a permissive open-source license.",{"category":57,"check":58,"severity":24,"summary":59},"Maintenance","Commit recency","The repository has recent commits, with the last commit on 2026-05-13, indicating active maintenance.",{"category":57,"check":61,"severity":24,"summary":62},"Dependency Management","The skill relies on the 'gh' CLI and the Seer GitHub App, which are external dependencies managed outside the skill's bundle, and the README indicates these are standard installations.",{"category":64,"check":65,"severity":24,"summary":66},"Security","Secret Management","The skill requires 'gh' CLI authentication but does not expose or handle raw secrets directly within its code; authentication is managed by the external tool.",{"category":64,"check":68,"severity":24,"summary":69},"Injection","The skill uses bash scripts to interact with the GitHub API via the 'gh' CLI, and these scripts are within the skill's bundle, mitigating injection risks from external data.",{"category":64,"check":71,"severity":24,"summary":72},"Transitive Supply-Chain Grenades","The skill relies on the 'gh' CLI and does not fetch external code or data at runtime; all logic is contained within the provided scripts.",{"category":64,"check":74,"severity":24,"summary":75},"Sandbox Isolation","The skill operates by calling the 'gh' CLI and processing its output, which are standard operations that do not modify files outside the project folder.",{"category":64,"check":77,"severity":24,"summary":78},"Sandbox escape primitives","The bash scripts used do not contain primitives like 'nohup' or 'eval' that would allow for sandbox escape.",{"category":64,"check":80,"severity":24,"summary":81},"Data Exfiltration","The skill's scripts interact with the GitHub API via the 'gh' CLI. They do not appear to exfiltrate confidential data beyond what is necessary for the review process, and no outbound calls to arbitrary third parties are evident.",{"category":64,"check":83,"severity":24,"summary":84},"Hidden Text Tricks","The bundled scripts and markdown content do not contain hidden text tricks or obfuscated instructions.",{"category":86,"check":87,"severity":24,"summary":88},"Hooks","Opaque code execution","The skill's scripts are plain bash and easily readable; there is no obfuscation like base64 encoding or runtime evaluation.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The skill assumes the presence of the 'gh' CLI and standard GitHub repository structures but does not make assumptions about user-specific project layouts beyond what the 'gh' CLI expects.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","The repository shows 3 open issues and 37 closed issues in the last 90 days, indicating good engagement and a healthy closure rate.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The skill has a clear versioning indicated by the commit date (2026-05-13) and the MIT license file, and installation instructions do not reference 'main'.",{"category":102,"check":103,"severity":104,"summary":105},"Execution","Validation","info","The bash scripts for fetching and parsing comments rely on 'jq' for parsing JSON output from 'gh api', which provides some level of validation for the expected structure.",{"category":64,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The skill is read-only, focusing on fetching and parsing data, and thus does not perform any destructive operations.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The bash scripts use 'set -e' and 'set -o pipefail' for basic error handling, and the parsing logic with 'jq' would likely fail on unexpected input, halting the script.",{"category":110,"check":114,"severity":24,"summary":115},"Logging","The skill's operations are visible via the 'gh' CLI output and the 'jq' parsing, effectively providing a log of actions and outcomes within the conversation context.",{"category":117,"check":118,"severity":42,"summary":119},"Compliance","GDPR","The skill operates on GitHub PR data and Seer comments, which do not inherently contain personal data requiring GDPR-specific sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a general code review tool applicable globally, with no regional restrictions detected.",{"category":90,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard command-line tools ('gh', 'jq') which are widely available on POSIX systems, ensuring portability.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the Sentry for AI plugin, including its capabilities and installation instructions.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a skill-based extension, not a CLI or MCP with multiple tools, so this check is not applicable.",{"category":40,"check":133,"severity":42,"summary":131},"Overlapping near-synonym tools",{"category":45,"check":135,"severity":24,"summary":136},"Phantom features","All features mentioned in the README, such as reviewing PRs with Sentry context, have corresponding implementations in the SKILL.md and bundled scripts.",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","The README provides clear installation instructions for Claude Code, Cursor, and from source, including necessary prerequisite setup for the 'gh' CLI.",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","The bash scripts and 'gh' CLI commands would provide error messages that, combined with 'jq' failures, offer enough information to understand what failed and suggest remediation.",{"category":102,"check":146,"severity":24,"summary":147},"Pinned dependencies","The skill relies on the 'gh' CLI and 'jq', which are assumed to be installed system-wide. The use of `sh` scripts implies standard shell interpreters, and dependencies are managed externally.",{"category":33,"check":149,"severity":42,"summary":150},"Dry-run preview","The skill is read-only and does not perform state-changing operations, so a dry-run mode is not applicable.",{"category":152,"check":153,"severity":42,"summary":154},"Protocol","Idempotent retry & timeouts","The skill performs read-only operations and relies on the 'gh' CLI for network calls; timeouts and idempotency are handled by the CLI and API.",{"category":117,"check":156,"severity":24,"summary":157},"Telemetry opt-in","The skill itself does not emit telemetry. It relies on the host environment for interaction and external tools for API calls.",{"category":40,"check":159,"severity":24,"summary":160},"Precise Purpose","The SKILL.md clearly defines the skill's purpose (review Seer comments in PRs) and usage context (when asked to review Sentry issues).",{"category":40,"check":162,"severity":24,"summary":163},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and usage triggers.",{"category":45,"check":165,"severity":24,"summary":166},"Concise Body","The SKILL.md is well-structured, keeping the main instructions concise and deferring detailed steps or examples to a logical structure.",{"category":168,"check":169,"severity":24,"summary":170},"Context","Progressive Disclosure","The SKILL.md outlines the workflow and uses bash scripts for concrete actions, with clear instructions for prerequisites and parsing, avoiding excessive inline complexity.",{"category":168,"check":172,"severity":42,"summary":173},"Forked exploration","The skill's workflow is a direct sequence of commands and parsing, not deep exploration, making 'context: fork' not applicable.",{"category":22,"check":175,"severity":24,"summary":176},"Usage examples","The SKILL.md provides concrete bash command examples for fetching comments and listing PRs with Seer comments, demonstrating practical usage.",{"category":22,"check":178,"severity":24,"summary":179},"Edge cases","The SKILL.md documents edge cases like bot name mismatch, comments not appearing, and partial results, along with troubleshooting steps.",{"category":110,"check":181,"severity":42,"summary":182},"Tool Fallback","The skill relies on the 'gh' CLI and Seer GitHub App, which are external requirements, not optional tools with fallbacks within the skill's bundle.",{"category":184,"check":185,"severity":24,"summary":186},"Safety","Halt on unexpected state","The use of `set -e` and `set -o pipefail` in the bash scripts ensures that the workflow halts on unexpected states or command failures.",{"category":90,"check":188,"severity":24,"summary":189},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded simultaneously, operating independently with its documented prerequisites.",1778687781672,"This skill automates the review of issues identified by Seer Bug Prediction (integrated with Sentry) in GitHub pull request comments. It fetches comments using the GitHub CLI, parses them to extract bug details and suggested fixes, and guides the user through implementing and verifying solutions.",[193,194,195,196,197],"Fetches Seer comments from GitHub PRs","Parses comment details like bug description, severity, and suggested fixes","Provides guidance on verifying and implementing fixes","Lists recent PRs with Seer comments","Handles common troubleshooting scenarios",[199,200,201],"Directly interacting with Sentry project configuration","Automatically merging PRs or applying fixes without user review","Providing a full Sentry bug triage system","3.0.0","4.4.0","To streamline the process of addressing code quality issues flagged by Seer Bug Prediction within GitHub pull requests, ensuring issues are reviewed and resolved efficiently.","The extension is a highly polished skill with excellent documentation, clear usage, and robust handling of its dependencies. No critical or warning findings were identified.",98,"A well-documented and robust skill for reviewing and fixing Seer Bug Prediction issues in GitHub PRs.",[209,210,211,212,213],"github","sentry","code-review","bug-prediction","automation","global","verified",[217,218,219,220],"Reviewing Seer comments on a pull request","Fixing issues identified by Sentry/Seer in PRs","Finding recent pull requests that have Sentry feedback","Addressing Sentry review suggestions on code changes",[222,223,224,225,226],"Fetch Seer comments from GitHub PRs using 'gh api'","Parse extracted comment bodies for issue details (bug, severity, analysis, fix)","Verify if the issue still exists in the current code","Implement the suggested fix or an alternative","Summarize and report resolved/skipped issues",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"security":240,"testCoverage":242},{"hasLockfile":229},false,1778687765638,{"descriptionLength":232,"readmeSize":233},210,4777,{"closedIssues90d":235,"forks":236,"hasChangelog":229,"openIssues90d":237,"pushedAt":238,"stars":239},37,21,3,1778664294000,170,{"hasNpmPackage":229,"license":241,"smitheryVerified":229},"MIT",{"hasCi":243,"hasTests":229},true,{"updatedAt":245},1778687781787,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":250,"type":251},"skills/sentry-pr-code-review","getsentry","sentry-for-ai","sentry-pr-code-review","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":259,"parentExtension":262,"providers":294,"relations":302,"tags":303,"workflow":304},1778687299685.385,"k179krjesmjphb7bqfh43701sn86n8mn",{"reviewCount":8},{"description":257,"installMethods":258,"name":210,"sourceUrl":14},"Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.",{"claudeCode":210},{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":272,"relations":288,"tags":290,"workflow":291},1778687299685.3848,"k179yfyfa9mb154bqjgahv10fn86mrz3",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"sourceUrl":14},"Teach your AI coding assistant how to use Sentry - setup, debugging, alerts, and more",{"claudeCode":12},"sentry-plugin-marketplace",{"basePath":260,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":271},"marketplace",{"evaluate":273,"extract":282},{"promptVersionExtension":274,"promptVersionScoring":203,"score":275,"tags":276,"targetMarket":214,"tier":281},"3.1.0",75,[210,277,278,279,280],"debugging","monitoring","error-tracking","ai-assistant","community",{"commitSha":283,"marketplace":284,"plugin":286},"HEAD",{"name":269,"pluginCount":285},1,{"mcpCount":8,"provider":287,"skillCount":8},"classify",{"repoId":289},"kd72wxwjk5zaddkehkc2ftrzfh86nk3n",[280,277,279,278,210],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778687344825,1778687299685,{"evaluate":295,"extract":299},{"promptVersionExtension":202,"promptVersionScoring":203,"score":296,"tags":297,"targetMarket":214,"tier":215},95,[210,277,278,279,298],"observability",{"commitSha":283,"license":241,"plugin":300},{"mcpCount":8,"provider":287,"skillCount":301},30,{"parentExtensionId":264,"repoId":289},[277,279,278,298,210],{"evaluatedAt":305,"extractAt":293,"updatedAt":305},1778687354391,{"evaluate":307,"extract":309},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":308,"targetMarket":214,"tier":215},[209,210,211,212,213],{"commitSha":283,"license":241},{"parentExtensionId":254,"repoId":289},{"_creationTime":312,"_id":289,"identity":313,"providers":314,"workflow":800},1778687295017.2043,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":315,"discover":794,"github":797},{"commitSha":283,"extensions":316},[317,330,405,428,443,457,471,479,487,501,513,521,529,543,557,573,589,604,612,630,635,650,664,680,695,711,719,733,749,759,771,786],{"basePath":260,"displayName":269,"installMethods":318,"rationale":319,"selectedPaths":320,"source":329,"sourceLanguage":18,"type":271},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[321,324,326],{"path":322,"priority":323},".claude-plugin/marketplace.json","mandatory",{"path":325,"priority":323},"README.md",{"path":327,"priority":328},"LICENSE","high","rule",{"basePath":260,"description":257,"displayName":210,"installMethods":331,"license":241,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":261},{"claudeCode":210},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403],{"path":335,"priority":323},".claude-plugin/plugin.json",{"path":325,"priority":323},{"path":327,"priority":328},{"path":339,"priority":340},"skills/sentry-android-sdk/SKILL.md","medium",{"path":342,"priority":340},"skills/sentry-browser-sdk/SKILL.md",{"path":344,"priority":340},"skills/sentry-cloudflare-sdk/SKILL.md",{"path":346,"priority":340},"skills/sentry-cocoa-sdk/SKILL.md",{"path":348,"priority":340},"skills/sentry-code-review/SKILL.md",{"path":350,"priority":340},"skills/sentry-create-alert/SKILL.md",{"path":352,"priority":340},"skills/sentry-dotnet-sdk/SKILL.md",{"path":354,"priority":340},"skills/sentry-elixir-sdk/SKILL.md",{"path":356,"priority":340},"skills/sentry-feature-setup/SKILL.md",{"path":358,"priority":340},"skills/sentry-fix-issues/SKILL.md",{"path":360,"priority":340},"skills/sentry-flutter-sdk/SKILL.md",{"path":362,"priority":340},"skills/sentry-go-sdk/SKILL.md",{"path":364,"priority":340},"skills/sentry-nestjs-sdk/SKILL.md",{"path":366,"priority":340},"skills/sentry-nextjs-sdk/SKILL.md",{"path":368,"priority":340},"skills/sentry-node-sdk/SKILL.md",{"path":370,"priority":340},"skills/sentry-otel-exporter-setup/SKILL.md",{"path":372,"priority":340},"skills/sentry-php-sdk/SKILL.md",{"path":374,"priority":340},"skills/sentry-pr-code-review/SKILL.md",{"path":376,"priority":340},"skills/sentry-python-sdk/SKILL.md",{"path":378,"priority":340},"skills/sentry-react-native-sdk/SKILL.md",{"path":380,"priority":340},"skills/sentry-react-router-framework-sdk/SKILL.md",{"path":382,"priority":340},"skills/sentry-react-sdk/SKILL.md",{"path":384,"priority":340},"skills/sentry-ruby-sdk/SKILL.md",{"path":386,"priority":340},"skills/sentry-sdk-setup/SKILL.md",{"path":388,"priority":340},"skills/sentry-sdk-skill-creator/SKILL.md",{"path":390,"priority":340},"skills/sentry-sdk-upgrade/SKILL.md",{"path":392,"priority":340},"skills/sentry-setup-ai-monitoring/SKILL.md",{"path":394,"priority":340},"skills/sentry-svelte-sdk/SKILL.md",{"path":396,"priority":340},"skills/sentry-tanstack-start-sdk/SKILL.md",{"path":398,"priority":340},"skills/sentry-workflow/SKILL.md",{"path":400,"priority":323},".mcp.json",{"path":402,"priority":328},"commands/seer.md",{"path":404,"priority":328},".cursor-plugin/plugin.json",{"basePath":406,"description":407,"displayName":408,"installMethods":409,"rationale":410,"selectedPaths":411,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-android-sdk","Full Sentry SDK setup for Android. Use when asked to \"add Sentry to Android\", \"install sentry-android\", \"setup Sentry in Android\", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases.","sentry-android-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-android-sdk/SKILL.md",[412,414,416,418,420,422,424,426],{"path":413,"priority":323},"SKILL.md",{"path":415,"priority":340},"references/crons.md",{"path":417,"priority":340},"references/error-monitoring.md",{"path":419,"priority":340},"references/logging.md",{"path":421,"priority":340},"references/metrics.md",{"path":423,"priority":340},"references/profiling.md",{"path":425,"priority":340},"references/session-replay.md",{"path":427,"priority":340},"references/tracing.md",{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-browser-sdk","Full Sentry SDK setup for browser JavaScript. Use when asked to \"add Sentry to a website\", \"install @sentry/browser\", or configure error monitoring, tracing, session replay, or logging for vanilla JavaScript, jQuery, static sites, or WordPress.","sentry-browser-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-browser-sdk/SKILL.md",[435,436,437,438,439,440,441],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":423,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"path":442,"priority":340},"references/user-feedback.md",{"basePath":444,"description":445,"displayName":446,"installMethods":447,"rationale":448,"selectedPaths":449,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-cloudflare-sdk","Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to \"add Sentry to Cloudflare Workers\", \"install @sentry/cloudflare\", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare.","sentry-cloudflare-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-cloudflare-sdk/SKILL.md",[450,451,452,454,455,456],{"path":413,"priority":323},{"path":415,"priority":340},{"path":453,"priority":340},"references/durable-objects.md",{"path":417,"priority":340},{"path":419,"priority":340},{"path":427,"priority":340},{"basePath":458,"description":459,"displayName":460,"installMethods":461,"rationale":462,"selectedPaths":463,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-cocoa-sdk","Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to \"add Sentry to iOS\", \"add Sentry to Swift\", \"install sentry-cocoa\", or configure error monitoring, tracing, profiling, session replay, or logging for Apple applications. Supports SwiftUI and UIKit.","sentry-cocoa-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-cocoa-sdk/SKILL.md",[464,465,466,467,468,469,470],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":423,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"path":442,"priority":340},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-code-review","Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.","sentry-code-review",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-code-review/SKILL.md",[478],{"path":413,"priority":323},{"basePath":480,"description":481,"displayName":482,"installMethods":483,"rationale":484,"selectedPaths":485,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-create-alert","Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.","sentry-create-alert",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-create-alert/SKILL.md",[486],{"path":413,"priority":323},{"basePath":488,"description":489,"displayName":490,"installMethods":491,"rationale":492,"selectedPaths":493,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-dotnet-sdk","Full Sentry SDK setup for .NET. Use when asked to \"add Sentry to .NET\", \"install Sentry for C#\", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET application.","sentry-dotnet-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-dotnet-sdk/SKILL.md",[494,495,496,497,498,499,500],{"path":413,"priority":323},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-elixir-sdk","Full Sentry SDK setup for Elixir. Use when asked to \"add Sentry to Elixir\", \"install sentry for Elixir\", or configure error monitoring, tracing, logging, or crons for Elixir, Phoenix, or Plug applications. Supports Phoenix, Plug, LiveView, Oban, and Quantum.","sentry-elixir-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-elixir-sdk/SKILL.md",[508,509,510,511,512],{"path":413,"priority":323},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":427,"priority":340},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-feature-setup","Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.","sentry-feature-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-feature-setup/SKILL.md",[520],{"path":413,"priority":323},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-fix-issues","Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.","sentry-fix-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-fix-issues/SKILL.md",[528],{"path":413,"priority":323},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-flutter-sdk","Full Sentry SDK setup for Flutter and Dart. Use when asked to \"add Sentry to Flutter\", \"install sentry_flutter\", \"setup Sentry in Dart\", or configure error monitoring, tracing, profiling, session replay, or logging for Flutter applications. Supports Android, iOS, macOS, Linux, Windows, and Web.","sentry-flutter-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-flutter-sdk/SKILL.md",[536,537,538,539,540,541,542],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"basePath":544,"description":545,"displayName":546,"installMethods":547,"rationale":548,"selectedPaths":549,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-go-sdk","Full Sentry SDK setup for Go. Use when asked to \"add Sentry to Go\", \"install sentry-go\", \"setup Sentry in Go\", or configure error monitoring, tracing, logging, metrics, or crons for Go applications. Supports net/http, Gin, Echo, Fiber, FastHTTP, Iris, Negroni, and gRPC.","sentry-go-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-go-sdk/SKILL.md",[550,551,552,553,554,555,556],{"path":413,"priority":323},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-nestjs-sdk","Full Sentry SDK setup for NestJS. Use when asked to \"add Sentry to NestJS\", \"install @sentry/nestjs\", \"setup Sentry in NestJS\", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for NestJS applications. Supports Express and Fastify adapters, GraphQL, microservices, WebSockets, and background jobs.","sentry-nestjs-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-nestjs-sdk/SKILL.md",[564,565,567,568,569,570,571,572],{"path":413,"priority":323},{"path":566,"priority":340},"references/ai-monitoring.md",{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":574,"description":575,"displayName":576,"installMethods":577,"rationale":578,"selectedPaths":579,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-nextjs-sdk","Full Sentry SDK setup for Next.js. Use when asked to \"add Sentry to Next.js\", \"install @sentry/nextjs\", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.","sentry-nextjs-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-nextjs-sdk/SKILL.md",[580,581,582,583,584,585,586,587,588],{"path":413,"priority":323},{"path":566,"priority":340},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-node-sdk","Full Sentry SDK setup for Node.js, Bun, and Deno. Use when asked to \"add Sentry to Node.js\", \"add Sentry to Bun\", \"add Sentry to Deno\", \"install @sentry/node\", \"@sentry/bun\", or \"@sentry/deno\", or configure error monitoring, tracing, logging, profiling, metrics, crons, or AI monitoring for server-side JavaScript/TypeScript runtimes.","sentry-node-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-node-sdk/SKILL.md",[596,597,598,599,600,601,602,603],{"path":413,"priority":323},{"path":566,"priority":340},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-otel-exporter-setup","Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry, configuring collector pipelines for traces and logs, or routing telemetry from multiple services to Sentry projects.","sentry-otel-exporter-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-otel-exporter-setup/SKILL.md",[611],{"path":413,"priority":323},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-php-sdk","Full Sentry SDK setup for PHP. Use when asked to \"add Sentry to PHP\", \"install sentry/sentry\", \"setup Sentry in PHP\", or configure error monitoring, tracing, profiling, logging, metrics, or crons for PHP applications. Supports plain PHP, Laravel, and Symfony.","sentry-php-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-php-sdk/SKILL.md",[619,620,621,622,624,625,626,627,629],{"path":413,"priority":323},{"path":415,"priority":340},{"path":417,"priority":340},{"path":623,"priority":340},"references/laravel.md",{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":628,"priority":340},"references/symfony.md",{"path":427,"priority":340},{"basePath":247,"description":10,"displayName":250,"installMethods":631,"rationale":632,"selectedPaths":633,"source":329,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-pr-code-review/SKILL.md",[634],{"path":413,"priority":323},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-python-sdk","Full Sentry SDK setup for Python. Use when asked to \"add Sentry to Python\", \"install sentry-sdk\", \"setup Sentry in Python\", or configure error monitoring, tracing, profiling, logging, metrics, crons, or AI monitoring for Python applications. Supports Django, Flask, FastAPI, Celery, Starlette, AIOHTTP, Tornado, and more.","sentry-python-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-python-sdk/SKILL.md",[642,643,644,645,646,647,648,649],{"path":413,"priority":323},{"path":566,"priority":340},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":651,"description":652,"displayName":653,"installMethods":654,"rationale":655,"selectedPaths":656,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-react-native-sdk","Full Sentry SDK setup for React Native and Expo. Use when asked to \"add Sentry to React Native\", \"install @sentry/react-native\", \"setup Sentry in Expo\", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.","sentry-react-native-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-native-sdk/SKILL.md",[657,658,659,660,661,662,663],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":423,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"path":442,"priority":340},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-react-router-framework-sdk","Full Sentry SDK setup for React Router Framework mode. Use when asked to \"add Sentry to React Router Framework\", \"install @sentry/react-router\", or configure error monitoring, tracing, profiling, session replay, logs, or user feedback for a React Router v7 framework app.","sentry-react-router-framework-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-router-framework-sdk/SKILL.md",[671,672,673,674,675,677,678,679],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":423,"priority":340},{"path":676,"priority":340},"references/react-router-framework-features.md",{"path":425,"priority":340},{"path":427,"priority":340},{"path":442,"priority":340},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-react-sdk","Full Sentry SDK setup for React. Use when asked to \"add Sentry to React\", \"install @sentry/react\", or configure error monitoring, tracing, session replay, profiling, or logging for React applications. Supports React 16+, React Router v5-v7 non-framework mode, TanStack Router, Redux, Vite, and webpack.","sentry-react-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-react-sdk/SKILL.md",[687,688,689,690,691,693,694],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":423,"priority":340},{"path":692,"priority":340},"references/react-features.md",{"path":425,"priority":340},{"path":427,"priority":340},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-ruby-sdk","Full Sentry SDK setup for Ruby. Use when asked to add Sentry to Ruby, install sentry-ruby, setup Sentry in Rails/Sinatra/Rack, or configure error monitoring, tracing, logging, metrics, profiling, or crons for Ruby applications. Also handles migration from AppSignal, Honeybadger, Bugsnag, Rollbar, or Airbrake. Supports Rails, Sinatra, Rack, Sidekiq, and Resque.","sentry-ruby-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-ruby-sdk/SKILL.md",[702,703,704,705,706,707,709,710],{"path":413,"priority":323},{"path":415,"priority":340},{"path":417,"priority":340},{"path":419,"priority":340},{"path":421,"priority":340},{"path":708,"priority":340},"references/migration.md",{"path":423,"priority":340},{"path":427,"priority":340},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-sdk-setup","Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.","sentry-sdk-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-setup/SKILL.md",[718],{"path":413,"priority":323},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-sdk-skill-creator","Create a complete Sentry SDK skill bundle for any platform. Use when asked to \"create an SDK skill\", \"add a new platform skill\", \"write a Sentry skill for X\", or build a new sentry-\u003Cplatform>-sdk skill bundle with wizard flow and feature reference files.","sentry-sdk-skill-creator",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-skill-creator/SKILL.md",[726,727,729,731],{"path":413,"priority":323},{"path":728,"priority":340},"references/philosophy.md",{"path":730,"priority":340},"references/quality-checklist.md",{"path":732,"priority":340},"references/research-playbook.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-sdk-upgrade","Upgrade the Sentry JavaScript SDK across major versions. Use when asked to upgrade Sentry, migrate to a newer version, fix deprecated Sentry APIs, or resolve breaking changes after a Sentry version bump.","sentry-sdk-upgrade",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-sdk-upgrade/SKILL.md",[740,741,743,745,747],{"path":413,"priority":323},{"path":742,"priority":340},"references/upgrade-patterns.md",{"path":744,"priority":340},"references/v7-to-v8.md",{"path":746,"priority":340},"references/v8-to-v9.md",{"path":748,"priority":340},"references/v9-to-v10.md",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-setup-ai-monitoring","Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI/Pydantic AI. Detects installed AI SDKs and configures appropriate integrations.","sentry-setup-ai-monitoring",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-setup-ai-monitoring/SKILL.md",[756,757],{"path":413,"priority":323},{"path":758,"priority":340},"references/sampling.md",{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-svelte-sdk","Full Sentry SDK setup for Svelte and SvelteKit. Use when asked to \"add Sentry to Svelte\", \"add Sentry to SvelteKit\", \"install @sentry/sveltekit\", or configure error monitoring, tracing, session replay, or logging for Svelte or SvelteKit applications.","sentry-svelte-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-svelte-sdk/SKILL.md",[766,767,768,769,770],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":425,"priority":340},{"path":427,"priority":340},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-tanstack-start-sdk","Full Sentry SDK setup for TanStack Start React. Use when asked to \"add Sentry to TanStack Start\", \"install @sentry/tanstackstart-react\", or configure error monitoring, tracing, session replay, logs, or user feedback in a TanStack Start React app.","sentry-tanstack-start-sdk",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-tanstack-start-sdk/SKILL.md",[778,779,780,781,782,784,785],{"path":413,"priority":323},{"path":417,"priority":340},{"path":419,"priority":340},{"path":425,"priority":340},{"path":783,"priority":340},"references/tanstackstart-features.md",{"path":427,"priority":340},{"path":442,"priority":340},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":329,"sourceLanguage":18,"type":251},"skills/sentry-workflow","Fix production issues and review code with Sentry context. Use when asked to fix Sentry errors, debug issues, triage exceptions, review PR comments from Sentry, or resolve bugs.","sentry-workflow",{"claudeCode":12},"SKILL.md frontmatter at skills/sentry-workflow/SKILL.md",[793],{"path":413,"priority":323},{"sources":795},[796],"manual",{"closedIssues90d":235,"description":267,"forks":236,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":233,"stars":239,"topics":798},[799],"tag-production",{"classifiedAt":801,"discoverAt":802,"extractAt":803,"githubAt":803,"updatedAt":801},1778687299236,1778687295017,1778687297417,[213,212,211,209,210],{"evaluatedAt":245,"extractAt":293,"updatedAt":245},[],[808,836,865,884,914,942],{"_creationTime":809,"_id":810,"community":811,"display":812,"identity":818,"providers":823,"relations":830,"tags":832,"workflow":833},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":813,"installMethods":814,"name":816,"sourceUrl":817},"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":815},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":819,"githubOwner":820,"githubRepo":821,"locale":18,"slug":822,"type":251},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":824,"extract":829},{"promptVersionExtension":202,"promptVersionScoring":203,"score":825,"tags":826,"targetMarket":214,"tier":215},100,[209,213,211,827,828],"maintenance","ci-cd",{"commitSha":283,"license":241},{"repoId":831},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[213,828,211,209,827],{"evaluatedAt":834,"extractAt":835,"updatedAt":834},1778697688364,1778697652123,{"_creationTime":837,"_id":838,"community":839,"display":840,"identity":846,"providers":850,"relations":858,"tags":861,"workflow":862},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":841,"installMethods":842,"name":844,"sourceUrl":845},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":843},"Yeachan-Heo/oh-my-claudecode","oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":847,"githubOwner":848,"githubRepo":844,"locale":18,"slug":849,"type":251},"skills/ask","Yeachan-Heo","ask",{"evaluate":851,"extract":857},{"promptVersionExtension":202,"promptVersionScoring":203,"score":825,"tags":852,"targetMarket":214,"tier":215},[853,213,854,855,211,856],"cli","llm","prompting","artifact-generation",{"commitSha":283,"license":241},{"parentExtensionId":859,"repoId":860},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[856,213,853,211,854,855],{"evaluatedAt":863,"extractAt":864,"updatedAt":863},1778699303045,1778699234184,{"_creationTime":866,"_id":867,"community":868,"display":869,"identity":872,"providers":874,"relations":880,"tags":881,"workflow":882},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":870,"installMethods":871,"name":209,"sourceUrl":817},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":815},{"basePath":873,"githubOwner":820,"githubRepo":821,"locale":18,"slug":209,"type":251},"skills/github",{"evaluate":875,"extract":879},{"promptVersionExtension":202,"promptVersionScoring":203,"score":825,"tags":876,"targetMarket":214,"tier":215},[209,853,877,878,213],"api","developer-tools",{"commitSha":283},{"repoId":831},[877,213,853,878,209],{"evaluatedAt":883,"extractAt":835,"updatedAt":883},1778698569289,{"_creationTime":885,"_id":886,"community":887,"display":888,"identity":894,"providers":898,"relations":907,"tags":910,"workflow":911},1778695548458.3926,"k172f2ed2j5kxdq8hbw4nszcw186m5xj",{"reviewCount":8},{"description":889,"installMethods":890,"name":892,"sourceUrl":893},"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":891},"pjt222/agent-almanac","review-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":895,"githubOwner":896,"githubRepo":897,"locale":18,"slug":892,"type":251},"skills/review-pull-request","pjt222","agent-almanac",{"evaluate":899,"extract":906},{"promptVersionExtension":202,"promptVersionScoring":203,"score":825,"tags":900,"targetMarket":214,"tier":215},[901,902,209,211,903,904,905],"review","pull-request","gh-cli","feedback","pr",{"commitSha":283},{"parentExtensionId":908,"repoId":909},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[211,904,903,209,905,902,901],{"evaluatedAt":912,"extractAt":913,"updatedAt":912},1778700796502,1778695548458,{"_creationTime":915,"_id":916,"community":917,"display":918,"identity":924,"providers":929,"relations":935,"tags":938,"workflow":939},1778692306427.1038,"k17bgetabcxg89fv9bd9j3xgyn86m243",{"reviewCount":8},{"description":919,"installMethods":920,"name":922,"sourceUrl":923},"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":921},"Lifecycle-Innovations-Limited/claude-ops","OPS ► CROSS-PLATFORM TRIAGE","https://github.com/Lifecycle-Innovations-Limited/claude-ops",{"basePath":925,"githubOwner":926,"githubRepo":927,"locale":18,"slug":928,"type":251},"claude-ops/skills/ops-triage","Lifecycle-Innovations-Limited","claude-ops","ops-triage",{"evaluate":930,"extract":934},{"promptVersionExtension":202,"promptVersionScoring":203,"score":825,"tags":931,"targetMarket":214,"tier":215},[932,213,210,933,209,828],"issue-triage","linear",{"commitSha":283,"license":241},{"parentExtensionId":936,"repoId":937},"k17d0t6ns7y6t377pfprg128hd86nm89","kd7d52tcek2e34r805zs06b10d86n39v",[213,828,209,932,933,210],{"evaluatedAt":940,"extractAt":941,"updatedAt":940},1778693001136,1778692306427,{"_creationTime":943,"_id":944,"community":945,"display":946,"identity":952,"providers":956,"relations":962,"tags":964,"workflow":965},1778696691708.3008,"k17fayzd1zy2hnd48zygbrmd3586myqe",{"reviewCount":8},{"description":947,"installMethods":948,"name":950,"sourceUrl":951},"Comprehensive GitHub code review with AI-powered swarm coordination",{"claudeCode":949},"ruvnet/ruflo","github-code-review","https://github.com/ruvnet/ruflo",{"basePath":953,"githubOwner":954,"githubRepo":955,"locale":18,"slug":950,"type":251},".claude/skills/github-code-review","ruvnet","ruflo",{"evaluate":957,"extract":961},{"promptVersionExtension":202,"promptVersionScoring":203,"score":958,"tags":959,"targetMarket":214,"tier":215},99,[209,211,960,213,828],"ai",{"commitSha":283},{"repoId":963},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[960,213,828,211,209],{"evaluatedAt":966,"extractAt":967,"updatedAt":966},1778699000157,1778696691708]