skills/drupalorg-cli/SKILL.md
CLI for Drupal.org issue lifecycle management. Use when fetching issue details, generating patches/interdiffs, listing project or maintainer issues, looking up releases, or working with GitLab merge requests on issue forks. Also supports projects that have migrated to GitLab work items. Pass --format=llm to every read command for structured XML output optimised for agent consumption.
npx skillsauth add mglaman/drupalorg-cli drupalorg-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
CLI for Drupal.org issue lifecycle management. Covers the full contribution workflow: browsing issues, creating branches, generating patches and interdiffs, applying patches, and working with GitLab issue forks and merge requests.
This file is a discovery stub, not the usage guide. Before running any
drupalorg command, load the actual content from the CLI:
drupalorg skill:get drupalorg-cli # workflows, commands, output formats
drupalorg skill:get drupalorg-cli --full # include workflow reference guides
The CLI serves skill content that always matches the installed version, so instructions never go stale.
drupalorg skill:get drupalorg-work-on-issue # end-to-end GitLab MR contribution workflow
drupalorg skill:get drupalorg-issue-search # search issues across API, scrape, and web
drupalorg skill:get drupalorg-issue-summary-update # analyse and update issue summaries
testing
Agentic workflow for contributing to a Drupal.org issue via GitLab MR. Orchestrates fork verification, directory alignment, remote setup, branch checkout, and the fix/push/pipeline loop.
documentation
Fetches a Drupal.org issue with all its comments and analyses whether the "Proposed resolution" in the issue summary matches the current discussion consensus. Drafts an updated summary for the user to paste back.
tools
Search for Drupal.org issues by keyword. Combines CLI API search, Drupal.org issue queue scraping, and web search, then deduplicates and presents a unified summary.
tools
CLI for Drupal.org issue lifecycle management. Use when fetching issue details, generating patches/interdiffs, listing project or maintainer issues, looking up releases, or working with GitLab merge requests on issue forks. Also supports projects that have migrated to GitLab work items. Pass --format=llm to every read command for structured XML output optimised for agent consumption.