Install
$ agentstack add skill-processmission-oh-my-qemu-qemu-rst-documentation ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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-planfor non-trivial docs tied to modeling, boot, or verification work. - Use
qemu-source-provenance,qemu-image-layout, andqemu-boot-runas evidence sources for command examples and supported boot paths. - Use
qemu-model-verificationfor 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//ordocs/devel/; - the relevant
index.rstor toctree file; - existing board or machine docs for tone, section order, and command style;
MAINTAINERSentries 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/Imageor 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.rstor 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.
- Author: processmission
- Source: processmission/oh-my-qemu
- License: MIT
- Homepage: https://processmission.github.io/oh-my-qemu/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.