AgentStack
SKILL verified MIT Self-run

Qemu Rst Documentation

skill-processmission-oh-my-qemu-qemu-rst-documentation · by processmission

Use for writing or updating QEMU reStructuredText documentation, including board and machine docs, system docs, device docs, developer docs, boot command examples, feature status tables, Sphinx index/toctree updates, and docs build validation.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-processmission-oh-my-qemu-qemu-rst-documentation

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Qemu Rst Documentation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

QEMU RST Documentation

Use this workflow when creating or updating QEMU .rst documentation, especially board or machine pages under docs/system/, device documentation, developer documentation, and boot-command examples tied to modeled hardware.

Composition

  • Use qemu-flow-plan for non-trivial docs tied to modeling, boot, or verification work.
  • Use qemu-source-provenance, qemu-image-layout, and qemu-boot-run as evidence sources for command examples and supported boot paths.
  • Use qemu-model-verification for claims about what has been tested.
  • For a simple typo or one-line docs fix, skip the full flow but still keep scratch artifacts out of source directories.

Source-First Rule

Before writing, inspect the checked-out QEMU tree:

  • nearby docs in the same directory, such as docs/system// or docs/devel/;
  • the relevant index.rst or toctree file;
  • existing board or machine docs for tone, section order, and command style;
  • MAINTAINERS entries when adding a new documented area;
  • the implementation, tests, and boot logs that prove the documented behavior.

Do not invent support status from code names alone. Document only behavior that is implemented, verified, or explicitly marked as a limitation.

Board or Machine Page Shape

For a new board or machine document, prefer this structure unless nearby docs use a clearer local convention:


=======================

Overview
--------

Supported devices
-----------------

Boot options
------------

Direct Linux boot
~~~~~~~~~~~~~~~~~

Firmware boot
~~~~~~~~~~~~~

Known limitations
-----------------

Running tests
-------------

Include only sections that carry useful information. If the board has no firmware path, do not add a placeholder firmware section.

Content Rules

  • Name QEMU machine types exactly as the command line uses them.
  • Keep command lines copy-pasteable and line-wrapped consistently with nearby docs.
  • Show serial console choices explicitly when boot logs depend on a specific UART or chardev.
  • Separate supported hardware from known stubs, unimplemented regions, and compatibility workarounds.
  • For boot examples, include enough -machine, -cpu, memory, storage, kernel, firmware, DTB, initrd, and console options for reproduction.
  • Avoid promising hardware accuracy from a boot smoke alone; tie claims to qtest, trace, or workload evidence when available.
  • Avoid project-local paths. Use placeholders such as /path/to/Image or variables documented in the surrounding text.

RST Rules

  • Match the heading hierarchy and adornment style used by nearby QEMU docs.
  • Use inline literals with double backticks.
  • Use literal blocks with :: for shell commands unless nearby docs prefer .. code-block::.
  • Do not use Markdown fences in .rst.
  • Keep toctree entries sorted or grouped according to the local index.
  • Add the new page to the relevant index.rst or toctree; a standalone file is not enough.
  • Do not add labels, cross references, or substitutions unless you verify they resolve in the local docs build.

Validation

Run the narrowest available docs gate from the checked-out QEMU tree:

ninja -C build docs

If the build directory is not configured for docs, inspect available targets first:

ninja -C build -t targets | rg 'docs|sphinx'

At minimum, run git diff --check and inspect the rendered RST mentally for heading hierarchy, toctree inclusion, literal block indentation, and overlong command examples. Store any docs build logs under build/agent//logs/ when the work is part of a larger QEMU task.

Report

When done, report:

  • docs files changed;
  • index/toctree updates;
  • source evidence used for feature and boot claims;
  • docs build or fallback validation;
  • any intentionally undocumented or unverified behavior.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.