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/ /.
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…
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.linelength to 120.
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…
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…
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.
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…
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.
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…
Structure and content rules for Go doc comments and inline comments. Use whenever the task involves a comment in Go source — writing a new one, editing or rewriting an existing one, reviewing or critiquing one, deciding whether a declaration needs one at all, or comparing two competing versions. Covers the four…
Structure and content rules for Javadoc and its JVM siblings — KDoc, Groovydoc, Scaladoc. Use whenever the task involves a doc comment — writing one, editing or rewriting an existing one, reviewing or critiquing one, deciding whether a member needs one, or comparing two competing versions. Covers the four content…
Structure and content rules for JSDoc and TSDoc comments and the inline comments beside them, in JavaScript and TypeScript. Use whenever the task involves such a comment — writing one, editing or rewriting an existing one, reviewing or critiquing one, deciding whether a declaration needs one, or comparing two…
Turn a meeting recording or transcript into a structured report through multi-axis analysis. Trigger when the user hands you a call transcript, a meeting recording, or diarized conversation text (Speaker 1 / Speaker 2, timecodes) and asks to "analyze the meeting", "break down the call", "summarize the call", "what did…
Structure and content rules for Python docstrings and inline comments. Use whenever the task involves a comment in Python source — writing a new docstring, editing or rewriting an existing one, reviewing or critiquing one, deciding whether an object needs one at all, or comparing two competing versions. Covers the…
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.