Skip to main content
在 Manus 中运行任何 Skill
一键导入
Netcracker
GitHub 创作者资料

Netcracker

按仓库查看 21 个 GitHub 仓库中的 65 个已收集 skills。

已收集 skills
65
仓库
21
更新
2026-07-24
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

advanced-verification
软件质量保证分析师与测试员

Build the APIHub backend, start it locally with local_config, author or extend a Postman/Newman E2E collection under tests/api covering the change, run it, and analyze and fix failures. Use after implementing a non-trivial backend change, before finishing the task, to verify it end-to-end against a real running instance.

2026-07-21
apihub-backend-developer
软件开发工程师

Implements and modifies the APIHub Go backend (qubership-apihub-service): controllers, services, repositories, entities, migrations, Service.go wiring, ErrorCodes, and OpenAPI specs. Use when adding or changing backend features, REST endpoints, SQL migrations, repository queries, or Go code in qubership-apihub-backend.

2026-07-21
apihub-backend-self-review
软件质量保证分析师与测试员

Reviews APIHub backend code changes against project standards (AGENTS.md, rules, development guide). Use when the user asks for self-review, code review of a diff, or post-implementation check before commit or PR in qubership-apihub-backend. Invoke explicitly after another agent or model wrote the code.

2026-06-03
apihub-backend-developer
软件开发工程师

Implements and modifies the APIHub Go backend (qubership-apihub-service): controllers, services, repositories, entities, migrations, Service.go wiring, ErrorCodes, and OpenAPI specs. Use when adding or changing backend features, REST endpoints, SQL migrations, repository queries, or Go code in qubership-apihub-backend.

2026-06-03
apihub-go-developer
软件开发工程师

Implements and modifies Go backend services in the APIHub ecosystem (controllers, services, repositories, entities, migrations, wiring, and OpenAPI). Use when adding or changing backend features, REST endpoints, SQL migrations, repository queries, or Go code in APIHub Go repositories.

2026-06-03
apihub-go-self-review
软件质量保证分析师与测试员

Reviews Go backend code changes against project standards (AGENTS.md, rules, development guide). Use when the user asks for self-review, code review of a diff, or post-implementation check before commit or PR. Invoke explicitly after another agent or model wrote the code.

2026-06-03
github-ticket-implementation-planner
项目管理专家

Plan implementation from a GitHub ticket by clarifying missing requirements, asking explicit questions for ambiguities, analyzing the codebase, and producing a concrete execution plan. After manual approval, publish the approved plan as a comment on the GitHub issue. Use when the user asks to plan work from a GitHub issue, ticket, or task description.

2026-06-03
postman-e2e-followup
软件开发工程师

Decide whether a backend change requires follow-up in qubership-apihub-postman-collections (Newman E2E) and remind the developer with concrete actions. Use after REST or OpenAPI contract changes in the backend — not when authoring collections inside the Postman repo itself.

2026-06-03
apm-authoring
软件开发工程师

How to author APM packages — instructions, skills, prompts, agents, hooks. Use when editing APM primitives (`apm.yml`, `*.instructions.md`, `SKILL.md`, `*.prompt.md`, `*.agent.md`, hooks) or laying out a new `agent-packages/<name>/`.

2026-07-02
codex-review
软件质量保证分析师与测试员

Run a code review through the Codex CLI and apply the fixes — Codex reports findings, you classify each one (real issue vs false positive), fix the real ones, and re-review until the review is clean. Use only when the user asks for a Codex review (cross-review or second opinion) of a branch diff, the uncommitted changes, or a specific commit.

2026-07-02
english-developer-style
软件开发工程师

American-English-first style guidance for developer-facing text of any length — README and docs, code comments and docstrings, Javadoc / KDoc / TSDoc / JSDoc, commit messages, PR descriptions and review replies, design docs, changelog entries, UI strings (buttons, labels, placeholders, tooltips), error and log messages, and English-side localization files (.po, .properties, JSON i18n). Use whenever the task involves English developer text — writing, editing, rewriting, translating, localizing, reviewing, proofreading, verifying, auditing, double-checking, or cross-checking. Length does not matter: a one-line `msgstr`, a `// FIXME` comment, or a three-word button label is in scope. Also covers choice of English identifier names (methods, variables, classes, files, tests) read by humans. Covers em-dash usage, hyphen stacking, sentence structure, that/which, gerunds after rather than, hedging, inclusive language, and British/American dialect consistency. Do not use for casual chat replies to the user.

2026-07-02
markdown-line-length-120
软件开发工程师

Apply Markdown drafting rules an autofixer cannot fix — wrap body lines at 120 chars (MD013), one H1 per document (MD025), named links instead of bare URLs (MD034), language tag on every fenced code block (MD040). Use when editing `*.md` in a repository that pins markdownlint `MD013.line_length` to 120.

2026-07-02
qubership-actions-guide
软件开发工程师

Navigation-only skill for individual actions in netcracker/qubership-workflow-hub. Use when a workflow needs to consume a specific Qubership action (Docker build/push, version/tag rendering, Maven/npm/Python publishing, package cleanup, Helm charts, security scans, etc.) and you need to find the right action and read its authoritative README. All rules (pinning, permissions, anti-hallucination, naming) live in qubership-workflow-conventions — this skill does not restate them.

2026-07-02
qubership-templates-guide
软件开发工程师

Navigation-only skill for the Netcracker workflow-templates catalog at Netcracker/.github/workflow-templates. Use when the user asks for a CI/CD workflow that may already exist as a curated template (Docker build/release, Maven/npm/Python release, Helm chart release, security scan, SBOM, PR hygiene, license/lint, GHCR cleanup). Points to the canonical template files and explains how to fork. All rules (pinning, permissions, anti-hallucination, naming) live in qubership-workflow-conventions — this skill does not restate them.

2026-07-02
qubership-workflow-conventions
软件开发工程师

Single source of truth for Qubership GitHub Actions workflows. Use when designing, writing, reviewing, or debugging .github/workflows/*.yml that consume actions or templates from netcracker/qubership-workflow-hub or Netcracker/.github.

2026-07-02
qubership-actions-guide
软件开发工程师

Navigation-only skill for individual actions in netcracker/qubership-workflow-hub. Use when a workflow needs to consume a specific Qubership action (Docker build/push, version/tag rendering, Maven/npm/Python publishing, package cleanup, Helm charts, security scans, etc.) and you need to find the right action and read its authoritative README. All rules (pinning, permissions, anti-hallucination, naming) live in qubership-workflow-conventions — this skill does not restate them.

2026-07-24
markdown-rules
软件开发工程师

Markdownlint ruleset from super-linter. Apply when writing or editing any .md file.

2026-07-24
qubership-workflow-conventions
软件开发工程师

Single source of truth for Qubership GitHub Actions workflows. Use when designing, writing, reviewing, or debugging .github/workflows/*.yml that consume actions or templates from netcracker/qubership-workflow-hub or Netcracker/.github.

2026-07-16
zizmor
信息安全分析师

Audit GitHub Actions workflow and action.yml files for security issues using zizmor rules, then fix violations

2026-06-11
doc-update
软件开发工程师

Update or create documentation for a specific action or reusable workflow based on git diff and action.yml

2026-05-26
editorconfig
软件开发工程师

Audit files for EditorConfig violations (final newline, trailing whitespace, indent, line endings) and fix them in-place

2026-05-26
pull-request
软件开发工程师

Generate a PR title and description following project conventions, then create or update the PR via gh CLI

2026-05-26
qubership-agent-support-pr
软件开发工程师

Prepare a pull request that adds Qubership baseline agent support to a repository: install qubership-essentials, run apm install for repository-declared harnesses, commit generated agent assets, and configure generated-file attributes and Super-Linter exclusions.

2026-07-02
adr-authoring
软件开发工程师

Author an Architecture Decision Record. Use whenever the user wants to capture, write, or draft an architecture or system-design decision — "write an ADR", "document this decision", "add a decision record", "we decided to use X, record it" — even when they don't say "ADR" but describe a choice worth tracking (a pattern, a non-functional requirement, a dependency, an interface, or a tool selection). Also use to supersede or amend an existing ADR.

2026-06-24
english-developer-style
软件开发工程师

British-English-first style guidance for developer-facing text of any length — README and docs, code comments and docstrings, Javadoc / KDoc / TSDoc / JSDoc, commit messages, PR descriptions and review replies, design docs, changelog entries, UI strings (buttons, labels, placeholders, tooltips), error and log messages, and English-side localisation files (.po, .properties, JSON i18n). Use whenever the task involves English developer text — writing, editing, rewriting, translating, localising, reviewing, proofreading, verifying, auditing, double-checking, or cross-checking. Length does not matter: a one-line `msgstr`, a `// FIXME` comment, or a three-word button label is in scope. Also covers choice of English identifier names (methods, variables, classes, files, tests) read by humans. Covers em-dash usage, hyphen stacking, sentence structure, that/which, gerunds after rather than, hedging, inclusive language, and British/American dialect consistency. Do not use for casual chat replies to the user.

2026-06-24
triage-dependency-prs
软件开发工程师

Triage failing checks on dependency-update PRs (Renovate or Dependabot) and drive them back to green: classify each failure, fix the clear ones, ask about the rest. Use only when the user asks to triage, fix, or sweep failing checks on dependency-update PRs — pass a PR number for one PR, or none to process every open dependency-update PR with a failing check.

2026-06-17
enable-renovate-automerge
软件开发工程师

Set up Renovate so dependency-update PRs merge themselves once CI passes. Use when enabling automerge in renovate.json, deciding which GitHub status checks to mark as required so a green PR means the tests actually ran, or adding a CI-gate job that folds several test jobs into one required check.

2026-06-17
french-developer-style
技术写作员口译员与笔译员

French technical-prose conventions for software documentation, README files, UI strings, error messages, logs, code comments, PR descriptions, changelog entries, and French localization. Use when writing, editing, translating, or reviewing French software-facing prose. Defaults to fr-FR, supports fr-CA mode, and focuses on clear natural French, technical precision, terminology consistency, and avoiding over-translated or LLM-like phrasing.

2026-06-03
russian-developer-style
技术写作员口译员与笔译员

Russian style guidance for developer-facing text of any length — README and docs, code comments, docstrings, commit messages, PR descriptions, changelog entries, UI strings (buttons, labels, placeholders, tooltips), error and log messages, and localisation files (.po, .properties, JSON i18n). Use whenever the task involves Russian developer text — writing, editing, rewriting, translating, localising, reviewing, proofreading, verifying, auditing, double-checking, sanity-checking, cross-checking. Trigger verbs include the Russian "напиши", "переведи", "локализуй", "проверь", "перепроверь", "сверь", "отревью". Length does not matter: a one-line `msgstr` is in scope. Focuses on clear natural Russian, technical precision, terminology consistency, and avoiding bureaucratic or LLM-like phrasing.

2026-06-03
core-mesh-crs-to-gatewayapi
软件开发工程师

Convert Qubership Cloud-Core Mesh Helm CRs (FacadeService, Gateway, RouteConfiguration) to Istio Ambient Mesh Gateway API resources (Gateway + HTTPRoute), keeping the chart deployable on both mesh types. Use when asked to migrate, convert, or transform mesh CRs in a Helm chart to Istio / Gateway API.

2026-06-23
core-mesh-to-istio-migration
软件开发工程师

Orchestrate the full Cloud-Core Mesh to Istio migration end-to-end — convert declarative mesh CRs to Gateway API, migrate route-registration libraries, wire SERVICE_MESH_TYPE, add the Java HTTPRoute generator, generate HTTPRoutes from Go/Java code, validate Istio guards, and maintain MIGRATION_LOG.md. Use when asked to migrate a service from Core Mesh to Istio (Ambient Mesh) or run the migration guide end-to-end.

2026-06-23
httproute-from-code
软件开发工程师

Generate Gateway API HTTPRoute CRs from Go or Java route-registration code (routeregistration.Route / RouteEntry call sites). Use when asked to generate HTTPRoutes from source code, convert route registrations to HTTPRoute YAML, or extract routes from Go/Java files.

2026-06-23
path-specificity-sorting
软件开发工程师

Shared procedure for sorting Gateway API HTTPRoute `rules[]` by path specificity (most specific first). Not triggered directly by users — invoked as a sub-procedure by other skills (`httproute-from-code`, `core-mesh-crs-to-gatewayapi`) before they emit an HTTPRoute. Apply when ordering HTTPRoute rules so longest/most-specific prefix matches appear first.

2026-06-23
apihub-deployment-authoring
软件开发工程师

Authors and updates APIHUB deployment assets in qubership-apihub: Helm values/templates, Docker Compose env wiring, docs/configuration-reference.md parity, local-k8s-quickstart, and optional extensions (linter, agents-backend). Use when changing helm-templates/, docker-compose/, or deployment docs under docs/.

2026-07-21
apihub-deployment-followup
软件开发工程师

Decide whether a backend change requires follow-up in the qubership-apihub deployment repo (Helm, Compose, configuration reference) and remind the developer with concrete actions. Use when editing backend config, env defaults, or deployment-facing behaviour — not when authoring chart changes inside qubership-apihub itself.

2026-06-03
english-developer-style
软件开发工程师

British-English-first style guidance for developer-facing text of any length — README and docs, code comments and docstrings inside source files (.go, .js, .ts, .py, .java, .rs, .kt, .cs, .cpp, .rb, .swift, ...), Javadoc / KDoc / TSDoc / JSDoc, commit messages, PR descriptions and review replies, design docs, changelog entries, UI strings (buttons, labels, placeholders, tooltips), error and log messages, and English-side localisation files (.po, .properties, JSON i18n). Use whenever the task involves English developer text — writing, editing, rewriting, translating, localising, reviewing, proofreading, verifying, auditing, double-checking, sanity-checking, cross-checking, or "checking the wording". Length does not matter: a one-line `msgstr`, a `// FIXME: …` comment, or a three-word button label is in scope. Also covers choice of English identifier names (methods, variables, classes, files, tests) that will be read by humans. Covers em-dash usage, hyphen stacking, sentence structure, that/which, gerunds after

2026-06-03
已展示 12 / 21 个仓库