[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ykdojo-gha-en":3,"guides-for-ykdojo-gha":432,"similar-k17d4vr0hpayagv64fqj90006h86myte-en":433},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":243,"parentExtension":258,"providers":320,"relations":324,"repo":325,"tags":429,"workflow":430},1778699262802.4768,"k17d4vr0hpayagv64fqj90006h86myte",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Analyze GitHub Actions failures and identify root causes",{"claudeCode":12},"ykdojo/claude-code-tips","GitHub Actions Failure Analyzer","https://github.com/ykdojo/claude-code-tips",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":233,"workflow":250},1778699321892.8,"kn76avrqkh7ecp8f9a05g7vqjd86m4yw","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"practices":205,"prerequisites":206,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":219,"tier":220,"useCases":221,"workflow":226},[21,26,29,32,36,39,43,48,51,54,59,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of analyzing GitHub Actions failures to identify root causes.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific workflow using the GitHub CLI to analyze failures, which goes beyond default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is implemented and covers its stated use case of analyzing GitHub Actions failures, providing a complete lifecycle for investigation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on analyzing GitHub Actions failures and does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of analyzing GitHub Actions failures.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses scoped tools like `gh` commands for specific actions such as listing runs and viewing job details, rather than a single generalist tool.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not have explicit configuration parameters or options that require documentation beyond its primary argument.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The skill leverages existing, well-named CLI tools like `gh` which are descriptive.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's input is a single URL, and its output is a structured report, adhering to a minimal I/O surface.",{"category":55,"check":56,"severity":57,"summary":58},"License","License usability","warning","The license is only mentioned in the README footer as 'Copyright (c) YK Sugi. All Rights Reserved.' with no SPDX identifier or dedicated LICENSE file, which is not formally wired.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on May 6, 2026, which is within the last 3 months.",{"category":60,"check":64,"severity":46,"summary":65},"Dependency Management","The skill relies on the GitHub CLI and potentially Node.js/Bash, but does not explicitly manage third-party dependencies within its own bundle.",{"category":67,"check":68,"severity":46,"summary":69},"Security","Secret Management","The skill does not handle secrets directly; it relies on the GitHub CLI, which would use pre-configured authentication.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill operates by calling the `gh` CLI with a provided URL and structured prompts, not by executing arbitrary external data.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill only uses the `gh` CLI and does not fetch external content at runtime or use remote pipes to shell.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill primarily interacts with the GitHub CLI, which operates within its own sandboxed environment and does not modify files outside its scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","The skill's workflow involves calling `gh` CLI commands and processing their output, without evidence of detached-process spawns or deny-retry loops.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's operations are limited to querying GitHub Actions data and do not involve submitting confidential information to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and the SKILL.md uses clean printable ASCII.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The skill's logic is directly within the SKILL.md and does not involve obfuscated code, base64 payloads, or runtime script fetching.",{"category":93,"check":94,"severity":46,"summary":95},"Portability","Structural Assumption","The skill does not make assumptions about the user's project file layout as it operates on external GitHub Actions data.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","Open issues (2) are fewer than closed issues (5) in the last 90 days, indicating good maintainer engagement.",{"category":101,"check":102,"severity":57,"summary":103},"Versioning","Release Management","The skill does not declare a manifest version, and installation instructions reference `main`, making it difficult for users to pin a specific version.",{"category":105,"check":106,"severity":46,"summary":107},"Code Execution","Validation","The skill does not expose executable code or structured output beyond what the `gh` CLI provides.",{"category":67,"check":109,"severity":46,"summary":110},"Unguarded Destructive Operations","The skill is read-only and does not perform any destructive operations.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill's workflow is designed to handle errors by identifying specific failure causes and reporting them, allowing the agent to route or take corrective action.",{"category":105,"check":115,"severity":46,"summary":116},"Logging","The skill itself does not perform destructive actions or outbound calls that would require local audit logging.",{"category":118,"check":119,"severity":46,"summary":120},"Compliance","GDPR","The skill operates on GitHub Actions data and does not handle personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill operates on GitHub Actions data and has no regional or jurisdictional logic, making it globally applicable.",{"category":93,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on the GitHub CLI, which is expected to be available on common development environments, and does not make assumptions about specific OS or shells beyond what `gh` requires.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists and provides extensive details about using Claude Code, including relevant tips for this skill.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This is a single-purpose skill, not a collection of multiple tools.",{"category":40,"check":134,"severity":46,"summary":135},"Overlapping near-synonym tools","The skill utilizes the `gh` CLI which has distinct commands for its operations, avoiding near-synonym redundancy.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the SKILL.md, such as analyzing failures and checking flakiness, are implemented through `gh` CLI commands.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Installation instructions are provided via the `dx` plugin or by manual symlinking, and the `gh` CLI prerequisite is implicitly understood.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The instructions guide the agent to identify specific causes of failure in GitHub Actions logs and provide remediation steps based on the analysis.",{"category":148,"check":149,"severity":46,"summary":150},"Execution","Pinned dependencies","The skill relies on the user having the GitHub CLI installed, but does not bundle or manage its own dependencies.",{"category":33,"check":152,"severity":46,"summary":153},"Dry-run preview","The skill is purely analytical and does not perform any state-changing operations or send data outward.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill is read-only and does not involve remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":159,"severity":46,"summary":160},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md clearly defines the purpose of analyzing GitHub Actions failures for a given URL and outlines the steps for investigation and reporting.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and argument hint.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured with clear steps and delegates detailed instructions to the `gh` CLI commands it utilizes.",{"category":171,"check":172,"severity":46,"summary":173},"Context","Progressive Disclosure","The skill's procedure is straightforward and does not require splitting into separate reference files.",{"category":171,"check":175,"severity":46,"summary":176},"Forked exploration","The skill performs a focused analysis and does not involve deep exploration that would necessitate context forking.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The skill's description and workflow clearly indicate how to use it with a GitHub Actions URL, and the `gh` CLI commands it uses are standard.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The instructions explicitly mention distinguishing between warnings and fatal errors, handling multiple jobs within a workflow, and verifying breaking commits, covering key edge cases.",{"category":105,"check":184,"severity":46,"summary":185},"Tool Fallback","The skill's primary dependency is the GitHub CLI, which is a standard tool and not an optional MCP server.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The instructions guide the agent to identify specific failure causes and focus on actual failures, implicitly halting on unexpected states to report them.",{"category":93,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill is self-contained and operates independently using the GitHub CLI, without implicit reliance on other skills.",1778699321775,"This skill analyzes GitHub Actions workflows and identifies the root cause of failures using the GitHub CLI. It checks for flakiness, identifies breaking commits, and searches for existing fix Pull Requests.",[196,197,198,199,200],"Analyze GitHub Actions workflow failures","Identify specific failure causes","Check for job flakiness","Identify breaking commits","Search for existing fix PRs",[202,203,204],"Fixing the GitHub Actions failures automatically","Modifying workflow files","Analyzing performance bottlenecks unrelated to failures",[],[207],"GitHub CLI installed and authenticated","3.0.0","4.4.0","To help developers quickly diagnose and understand the root cause of failures in GitHub Actions workflows, saving time on debugging.","License usability is a warning due to informal license declaration. Release Management is a warning due to lack of version pinning. Overall quality is high.",95,"A highly useful skill for diagnosing GitHub Actions failures with clear instructions and robust error handling.",[215,216,217,218],"github-actions","ci-cd","debugging","automation","global","community",[222,223,224,225],"When a GitHub Actions job fails unexpectedly","When investigating intermittent CI failures","To quickly understand the root cause of a broken build","To find if a recent commit introduced a failure",[227,228,229,230,231,232],"Receive GitHub Actions URL","Use `gh` CLI to get workflow/job info and identify the specific failure cause","Analyze past runs for flakiness and success rate of the specific failing job","Identify the breaking commit if a failure pattern is detected","Search for open PRs that might fix the issue","Generate a report summarizing findings (failure cause, flakiness, breaking commit, root cause, fix PR)",{"codeQuality":234,"collectedAt":236,"documentation":237,"maintenance":240,"security":247,"testCoverage":249},{"hasLockfile":235},true,1778699309378,{"descriptionLength":238,"readmeSize":239},56,79620,{"closedIssues90d":241,"forks":242,"hasChangelog":243,"openIssues90d":244,"pushedAt":245,"stars":246},5,614,false,2,1778050349000,8241,{"hasNpmPackage":243,"license":248,"smitheryVerified":243},"NOASSERTION",{"hasCi":243,"hasTests":243},{"updatedAt":251},1778699321892,{"basePath":253,"githubOwner":254,"githubRepo":255,"locale":18,"slug":256,"type":257},"skills/gha","ykdojo","claude-code-tips","gha","skill",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"parentExtension":269,"providers":301,"relations":315,"tags":316,"workflow":317},1778699262802.4763,"k1771jhnksgm8d8zyrbb7r99c986nmfp",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"sourceUrl":14},"Developer experience essentials: GitHub Actions debugging, conversation cloning/half-cloning, context handoffs, and Reddit research via Gemini CLI",{"claudeCode":265},"dx",{"basePath":267,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":268},"","plugin",{"_creationTime":270,"_id":271,"community":272,"display":273,"identity":277,"providers":279,"relations":294,"tags":296,"workflow":297},1778699262802.476,"k176hb199nazddzaenhpe5apdx86mbv6",{"reviewCount":8},{"description":274,"installMethods":275,"name":276,"sourceUrl":14},"45 tips for getting the most out of Claude Code, from basics to advanced - includes a custom status line script, cutting the system prompt in half, using Gemini CLI as Claude Code's minion, and Claude Code running itself in a container. Also includes the dx plugin.",{"claudeCode":12},"Claude Code Tips",{"basePath":267,"githubOwner":254,"githubRepo":255,"locale":18,"slug":255,"type":278},"marketplace",{"evaluate":280,"extract":288},{"promptVersionExtension":281,"promptVersionScoring":209,"score":212,"tags":282,"targetMarket":219,"tier":220},"3.1.0",[283,284,285,286,287,218],"claude-code","developer-tools","productivity","tips","plugins",{"commitSha":289,"license":248,"marketplace":290,"plugin":292},"HEAD",{"name":254,"pluginCount":291},1,{"mcpCount":8,"provider":293,"skillCount":8},"classify",{"repoId":295},"kd75fm359weq574r9qxrp8jky186mya6",[218,283,284,287,285,286],{"evaluatedAt":298,"extractAt":299,"updatedAt":300},1778699277583,1778699262802,1778699461637,{"evaluate":302,"extract":311},{"promptVersionExtension":208,"promptVersionScoring":209,"score":303,"tags":304,"targetMarket":219,"tier":310},79,[305,215,285,306,307,308,309],"developer","workflow","devtools","git","research","flagged",{"commitSha":289,"license":312,"plugin":313},"All Rights Reserved",{"mcpCount":8,"provider":293,"skillCount":314},6,{"parentExtensionId":271,"repoId":295},[305,307,308,215,285,309,306],{"evaluatedAt":318,"extractAt":299,"updatedAt":319},1778699294768,1778699462340,{"evaluate":321,"extract":323},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":322,"targetMarket":219,"tier":220},[215,216,217,218],{"commitSha":289,"license":248},{"parentExtensionId":260,"repoId":295},{"_creationTime":326,"_id":295,"identity":327,"providers":328,"workflow":425},1778699252708.3816,{"githubOwner":254,"githubRepo":255,"sourceUrl":14},{"classify":329,"discover":411,"github":414},{"commitSha":289,"extensions":330},[331,344,365,374,379,387,395,403],{"basePath":267,"displayName":254,"installMethods":332,"rationale":333,"selectedPaths":334,"source":343,"sourceLanguage":18,"type":278},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[335,338,340],{"path":336,"priority":337},".claude-plugin/marketplace.json","mandatory",{"path":339,"priority":337},"README.md",{"path":341,"priority":342},"LICENSE","high","rule",{"basePath":267,"description":263,"displayName":265,"installMethods":345,"license":312,"rationale":346,"selectedPaths":347,"source":343,"sourceLanguage":18,"type":268},{"claudeCode":265},"plugin manifest at .claude-plugin/plugin.json",[348,350,351,352,355,357,359,361,363],{"path":349,"priority":337},".claude-plugin/plugin.json",{"path":339,"priority":337},{"path":341,"priority":342},{"path":353,"priority":354},"skills/clone/SKILL.md","medium",{"path":356,"priority":354},"skills/gha/SKILL.md",{"path":358,"priority":354},"skills/half-clone/SKILL.md",{"path":360,"priority":354},"skills/handoff/SKILL.md",{"path":362,"priority":354},"skills/reddit-fetch/SKILL.md",{"path":364,"priority":354},"skills/review-claudemd/SKILL.md",{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":343,"sourceLanguage":18,"type":257},"skills/clone","Clone the current conversation so the user can branch off and try a different approach.","clone",{"claudeCode":12},"SKILL.md frontmatter at skills/clone/SKILL.md",[372],{"path":373,"priority":337},"SKILL.md",{"basePath":253,"description":10,"displayName":256,"installMethods":375,"rationale":376,"selectedPaths":377,"source":343,"sourceLanguage":18,"type":257},{"claudeCode":12},"SKILL.md frontmatter at skills/gha/SKILL.md",[378],{"path":373,"priority":337},{"basePath":380,"description":381,"displayName":382,"installMethods":383,"rationale":384,"selectedPaths":385,"source":343,"sourceLanguage":18,"type":257},"skills/half-clone","Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.","half-clone",{"claudeCode":12},"SKILL.md frontmatter at skills/half-clone/SKILL.md",[386],{"path":373,"priority":337},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"rationale":392,"selectedPaths":393,"source":343,"sourceLanguage":18,"type":257},"skills/handoff","Write or update a handoff document so the next agent with fresh context can continue this work.","handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/handoff/SKILL.md",[394],{"path":373,"priority":337},{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":343,"sourceLanguage":18,"type":257},"skills/reddit-fetch","Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.","reddit-fetch",{"claudeCode":12},"SKILL.md frontmatter at skills/reddit-fetch/SKILL.md",[402],{"path":373,"priority":337},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":343,"sourceLanguage":18,"type":257},"skills/review-claudemd","Review recent conversations to find improvements for CLAUDE.md files.","review-claudemd",{"claudeCode":12},"SKILL.md frontmatter at skills/review-claudemd/SKILL.md",[410],{"path":373,"priority":337},{"sources":412},[413],"manual",{"closedIssues90d":241,"description":274,"forks":242,"license":248,"openIssues90d":244,"pushedAt":245,"readmeSize":239,"stars":246,"topics":415},[416,417,418,419,420,421,422,283,423,424,284,285],"agentic","agentic-ai","agentic-coding","agentic-workflow","ai","claude","claude-ai","tips-and-tricks","cli",{"classifiedAt":426,"discoverAt":427,"extractAt":428,"githubAt":428,"updatedAt":426},1778699262602,1778699252708,1778699259828,[218,216,217,215],{"evaluatedAt":251,"extractAt":299,"updatedAt":431},1778699462526,[],[434,465,493,521,549,576],{"_creationTime":435,"_id":436,"community":437,"display":438,"identity":444,"providers":449,"relations":458,"tags":460,"workflow":461},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":439,"installMethods":440,"name":442,"sourceUrl":443},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":441},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":445,"githubOwner":446,"githubRepo":447,"locale":18,"slug":448,"type":257},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":450,"extract":456},{"promptVersionExtension":208,"promptVersionScoring":209,"score":451,"tags":452,"targetMarket":219,"tier":455},100,[453,217,218,454,284],"browser","ux","verified",{"commitSha":289,"license":457},"MIT",{"repoId":459},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[218,453,217,284,454],{"evaluatedAt":462,"extractAt":463,"updatedAt":464},1778699261239,1778699106670,1778699384978,{"_creationTime":466,"_id":467,"community":468,"display":469,"identity":475,"providers":480,"relations":487,"tags":489,"workflow":490},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":470,"installMethods":471,"name":473,"sourceUrl":474},"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":472},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":476,"githubOwner":477,"githubRepo":478,"locale":18,"slug":479,"type":257},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":481,"extract":486},{"promptVersionExtension":208,"promptVersionScoring":209,"score":451,"tags":482,"targetMarket":219,"tier":455},[483,218,484,485,216],"github","code-review","maintenance",{"commitSha":289,"license":457},{"repoId":488},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[218,216,484,483,485],{"evaluatedAt":491,"extractAt":492,"updatedAt":491},1778697688364,1778697652123,{"_creationTime":494,"_id":495,"community":496,"display":497,"identity":503,"providers":506,"relations":514,"tags":516,"workflow":517},1778685735333.8196,"k17axqfsk2shpatbgra08fjtgh86neqd",{"reviewCount":8},{"description":498,"installMethods":499,"name":501,"sourceUrl":502},"Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.",{"claudeCode":500},"currents-dev/playwright-best-practices-skill","playwright-best-practices","https://github.com/currents-dev/playwright-best-practices-skill",{"basePath":267,"githubOwner":504,"githubRepo":505,"locale":18,"slug":505,"type":257},"currents-dev","playwright-best-practices-skill",{"evaluate":507,"extract":513},{"promptVersionExtension":208,"promptVersionScoring":209,"score":451,"tags":508,"targetMarket":219,"tier":455},[509,510,511,512,218,217,216],"playwright","testing","typescript","e2e",{"commitSha":289},{"repoId":515},"kd77ayvtb7bpbf2cjy3n64zekd86ndw6",[218,216,217,512,509,510,511],{"evaluatedAt":518,"extractAt":519,"updatedAt":520},1778685761971,1778685735333,1778685791119,{"_creationTime":522,"_id":523,"community":524,"display":525,"identity":531,"providers":535,"relations":542,"tags":545,"workflow":546},1778675056600.2336,"k174ksverssk2yzbps474rxbj186m722",{"reviewCount":8},{"description":526,"installMethods":527,"name":529,"sourceUrl":530},"CI/CD Pipeline Builder",{"claudeCode":528},"alirezarezvani/claude-skills","ci-cd-pipeline-builder","https://github.com/alirezarezvani/claude-skills",{"basePath":532,"githubOwner":533,"githubRepo":534,"locale":18,"slug":529,"type":257},"engineering/skills/ci-cd-pipeline-builder","alirezarezvani","claude-skills",{"evaluate":536,"extract":541},{"promptVersionExtension":208,"promptVersionScoring":209,"score":451,"tags":537,"targetMarket":219,"tier":455},[216,538,218,215,539,540],"devops","gitlab-ci","pipeline-generation",{"commitSha":289},{"parentExtensionId":543,"repoId":544},"k173223hfbd6c4mx6r1jdx23wn86mbpb","kd7ff9s1w43mfyy1n7hf87816186m6px",[218,216,538,215,539,540],{"evaluatedAt":547,"extractAt":548,"updatedAt":547},1778678508588,1778675056600,{"_creationTime":550,"_id":551,"community":552,"display":553,"identity":559,"providers":563,"relations":570,"tags":572,"workflow":573},1778696691708.3018,"k17f0h3sgcsz1akx4p2bcfxd2186mx8d",{"reviewCount":8},{"description":554,"installMethods":555,"name":557,"sourceUrl":558},"Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management\n",{"claudeCode":556},"ruvnet/ruflo","github-workflow-automation","https://github.com/ruvnet/ruflo",{"basePath":560,"githubOwner":561,"githubRepo":562,"locale":18,"slug":557,"type":257},".claude/skills/github-workflow-automation","ruvnet","ruflo",{"evaluate":564,"extract":569},{"promptVersionExtension":208,"promptVersionScoring":209,"score":565,"tags":566,"targetMarket":219,"tier":455},99,[215,216,218,420,567,568],"workflow-orchestration","repository-management",{"commitSha":289},{"repoId":571},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[420,218,216,215,568,567],{"evaluatedAt":574,"extractAt":575,"updatedAt":574},1778699079753,1778696691708,{"_creationTime":577,"_id":578,"community":579,"display":580,"identity":586,"providers":591,"relations":598,"tags":601,"workflow":602},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":581,"installMethods":582,"name":584,"sourceUrl":585},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":583},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":587,"githubOwner":588,"githubRepo":589,"locale":18,"slug":590,"type":257},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":592,"extract":597},{"promptVersionExtension":208,"promptVersionScoring":209,"score":451,"tags":593,"targetMarket":219,"tier":455},[308,594,306,595,218,424,596],"development-environment","tmux","developer-tool",{"commitSha":289,"license":457},{"parentExtensionId":599,"repoId":600},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[218,424,596,594,308,595,306],{"evaluatedAt":603,"extractAt":604,"updatedAt":603},1778699613343,1778699234184]