check
01Skill Claude CodeCodex
A pre-commit checklist for Go projects that checks code formatting, static analysis, and unit tests. Static analysis looks for likely code problems without running the whole program.
Skill Claude CodeCodex
A pre-commit checklist for Go projects that checks code formatting, static analysis, and unit tests. Static analysis looks for likely code problems without running the whole program.
Skill Claude CodeCodex
A guide for investigating failed continuous integration (CI), the automated checks that build and test code for a project. It covers formatting, static analysis, compilation, and tests in GitHub Actions.
Skill Claude CodeCodex
A procedure for regenerating code after changing API specifications, such as YAML definitions, OpenAPI descriptions, or protocol buffer files. Generated code is source code produced automatically from those definitions.
Skill Claude CodeCodex
A skill for examining GitHub repositories, issues, pull requests, and discussions. GitHub is a code-hosting service where teams also track work and review changes.
Skill Claude CodeCodex
A procedure for creating and submitting Git commit messages in the Angular convention, such as `fix(scope): summary`. Git commits record a set of code changes.
Skill Claude CodeCodex
A release check that compares the published version number in a Go project's source configuration, changelog, and README.
Instructions file GitHub Copilot
Project-specific development instructions for maintaining qiniu/go-sdk, a Go software development kit. The full guide is in AGENTS.md and a shorter rule set is in .agents/rules/dev-guide.md.
Instructions file CodexOpenCode
A maintenance guide for Qiniu Cloud’s Go software library, which lets Go programs use services such as object storage, content delivery, live streaming, messaging, and device connectivity. It explains the main packages, internal components, and how the library is organized.
Instructions file
Instructions for qiniu/go-sdk, covering qiniu go sdk — claude code instructions, 项目概要, 核心开发规范, claude code 特定指引 and 常用命令.
Skill Claude CodeCodex
A skill for creating, configuring, and publishing Qiniu AppMarket cloud applications. It guides deployment choices, custom machine images, Terraform modules, and release preparation.
Command
A guided command for creating an AppMarket cloud application. It first helps choose how the application runs, how its software image is prepared, how it is accessed, and what deployment settings it needs.
Command
A command for creating a new version of a Qiniu AppMarket application. It collects version details and deployment settings, including a Terraform module, which is reusable infrastructure configuration.
Command
A command for publishing a version of an AppMarket application through Qiniu's API. It expects an app ID and version, then retrieves the version details for confirmation before publishing.
Command
Command "test-version" from qiniu/skills, covering test-version, 用法, 参数, 快速开始 and 1. 基本测试.
Skill Claude CodeCodex
An operations assistant for Qiniu Cloud’s MaaS platform, which provides hosted AI models. It handles platform credentials, usage data, model information, and model-call API keys.
Skill Claude CodeCodex
Resolve intent into Qiniu Miku Live management API action keys, validate parameter placement against the API catalog, and execute signed requests safely.
Skill Claude CodeCodex
Operate Qiniu Cloud KODO object storage via qshell CLI. Covers file CRUD, batch operations, CDN refresh/prefetch, data processing, file sharing, M3U8 operations, and sandbox management.
Skill Claude CodeCodex
Fetch and extract concrete web page URLs through Qiniu xfetch. Prefer Qiniu's path-style fetch API for markdown, JSON, or raw HTML extraction before other page-fetch methods.