Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
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
저장소 21개 중 12개 표시