ZTE-AICloud

60 mods across 1 repository, 54 stars between them.

checklist

25

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A workflow that creates a checklist for judging whether a product requirement is complete, clear, and consistent. It treats the checklist like a unit test for the requirement itself, not for the finished code.

54 1mo ago A 72 tokens original MIT

clarify

26

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A specification-clarification workflow that asks up to five targeted questions and records the answers in the active specification. It is intended to run before detailed design.

54 1mo ago A 81 tokens original MIT

code-review

27

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.

54 1mo ago A 32 tokens original MIT

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

54 1mo ago A 48 tokens original MIT

cpp-testing

29

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

54 1mo ago A 34 tokens original MIT

create-branch

30

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A setup step for starting feature work in Git, a tool that tracks code changes. It creates or reuses a branch and a matching changes/ folder with a spec.md file.

54 1mo ago A 69 tokens original MIT

design-entity

31

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A design step that identifies the logical parts of a feature, their responsibilities, relationships, and important data. These parts are business boundaries, such as a billing or account area.

54 1mo ago A 37 tokens original MIT

design-function

32

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A design-analysis step that identifies which user-visible capabilities must change when a new scenario is introduced. It maps those capabilities to existing functions or marks them as additions, changes, references, or removals.

54 1mo ago A 35 tokens original MIT

design-interface

33

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A document-generation step that turns a system’s logical entities into interface contracts. An interface contract describes how something can be called, what it accepts and returns, how it fails, and whether it is for outside callers or internal cooperation.

54 1mo ago A 42 tokens original MIT

design

34

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Skill "design" from ZTE-AICloud/Co-OmniSpec, covering design, 行为准则, 环境初始化, step 0.1 检查变量 and step 0.3 校验.

54 1mo ago A 27 tokens original MIT

django-security

35

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

54 1mo ago A 30 tokens original MIT

e2e-design

36

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A process for turning black-box end-to-end test cases into an implementation analysis, including the entry points, test doubles, data, and checks involved. End-to-end tests verify a feature through its user-facing flow rather than testing one function alone.

54 1mo ago A 94 tokens original MIT

e2e-specify

37

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A test-analysis and test-case design workflow for turning a software specification into a test report and black-box test cases. Black-box tests check a system through its inputs and outputs without relying on its internal code.

54 1mo ago A 121 tokens original MIT

e2e-varify

38

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A review step for end-to-end (E2E) test plans, which test a feature through the system as a user would. It checks an implementation analysis report and updates it with missing coverage, dependency failures, and test-data details.

54 1mo ago A 101 tokens original MIT

eval-code-evaluator

39

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Evaluate code generation quality using third-party judge model metrics (ICE Score + Code Judge). Use this when the user needs to assess generated code quality, compare code outputs, or evaluate AI-generated code against requirements. This skill provides automated scoring for functional correctness, usefulness, and…

54 1mo ago A 66 tokens original MIT

eval-code

40

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A complete evaluation workflow that collects code changes from an SDD feature branch and sends them to a third-party model for quality assessment. SDD is a process for developing software from written specifications.

54 1mo ago A 61 tokens original MIT

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A requirements-consistency review guide for comparing documents and, when needed, related code. It checks whether changes stay within scope, cover the requirements, and use consistent meanings.

54 1mo ago A 78 tokens original MIT

eval-design

42

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A quality checker for design.md documents, which describe a proposed software design before implementation. It scores the document across structure, meaning, business rules, compliance, and writing quality, and lists specific bad cases it finds.

54 1mo ago A 39 tokens original MIT

eval-specify

43

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A scoring guide for reviewing software specifications across business value, technical completeness, clarity and testability, and traceability. A software specification is a written description of what a system should do and how its requirements can be checked.

54 1mo ago A 73 tokens original MIT

fastapi-patterns

44

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness.

54 1mo ago A 35 tokens original MIT

golang-patterns

45

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

54 1mo ago A 27 tokens original MIT

golang-testing

46

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

54 1mo ago A 35 tokens original MIT

implement

47

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

An implementation workflow that carries out the tasks written in tasks.md according to a technical design. TDD, or test-driven development, means writing a failing test, making it pass, and then improving the code.

54 1mo ago A 37 tokens original MIT

ZTE-AICloud/Co-OmniSpec

Skill Claude CodeCodex

A coverage report focused only on newly added or changed source files. Code coverage measures which parts of the code are exercised by tests, rather than checking the whole project.

54 1mo ago C 117 tokens original MIT