بنقرة واحدة
docs-pr-check
// Assess documentation status for each PR in a Tempo release — classify gaps and identify existing docs that need updating
// Assess documentation status for each PR in a Tempo release — classify gaps and identify existing docs that need updating
Resolve vendor/ conflicts during a merge, rebase, or dependency upgrade on main or release branches
Write or update Tempo docs for user-facing PR changes identified by docs-pr-check
Review documentation changes for style, accuracy, and completeness. Use when docs have been written or updated and need a quality check before submission.
End-to-end workflow for PR documentation — check, write, review. Use at any stage of documenting PR changes.
Update Go version across the Tempo codebase (go.mod, tools/go.mod, Dockerfile, CI workflows, tools image tag)
| name | docs-pr-check |
| description | Assess documentation status for each PR in a Tempo release — classify gaps and identify existing docs that need updating |
| allowed-tools | Bash Read Grep |
For a given PR list, determine whether each PR has adequate documentation, classify gaps, and identify specific updates needed in existing docs.
Invoke with /docs-pr-check
Provide a list of PR numbers (from the curated list produced by /rn-curate). Ask the user for the PR list if not provided.
Look up the PR:
gh pr view XXXX --repo grafana/tempo --json title,body,files,labels
Classify as needs docs if the PR introduces:
Classify as no docs required if the PR is:
docs/?docs/sources/tempo.| Category | Meaning | Action |
|---|---|---|
| Docs present | PR includes docs or existing docs fully cover the feature | Link to docs in release notes |
| Docs needed | User-facing change with no documentation | Flag for documentation work |
| Docs update needed | Existing docs are incomplete or don't reflect the new behavior | Update existing docs as part of the release |
| No docs required | Internal change with no user-facing impact | No action needed |
If docs exist but you identify any actionable gap, classify as Docs update needed, not Docs present.
Search docs/sources/tempo for the feature name to check if it's partially documented. Identify:
Return two things:
Table:
| PR | Title | Classification | Notes |
|---|---|---|---|
| #XXXX | ... | Docs present | Link: /docs/tempo/<TEMPO_VERSION>/... |
| #XXXX | ... | Docs needed | No docs found; new content needed |
| #XXXX | ... | Docs update needed | configuration/_index.md missing new flag |
| #XXXX | ... | No docs required | Internal refactor |
Gap summary:
A prioritized list of documentation work needed, ordered by user impact:
.agents/doc-agents/shared/release-notes-workflow.md (Phases 1.5–1.75).agents/doc-agents/shared/docs-context-guide.md — code-to-docs mapping, key file paths, and Tempo doc conventions