Skip to content

fix: install drupalorg-issue-summary-update skill via skill:install#307

Merged
mglaman merged 2 commits intomainfrom
fix/306-install-drupalorg-issue-summary-update-skill
Mar 3, 2026
Merged

fix: install drupalorg-issue-summary-update skill via skill:install#307
mglaman merged 2 commits intomainfrom
fix/306-install-drupalorg-issue-summary-update-skill

Conversation

@mglaman
Copy link
Owner

@mglaman mglaman commented Mar 3, 2026

Summary

  • The drupalorg-issue-summary-update skill existed in skills/ but was never copied to the destination by skill:install
  • Adds the same install block pattern used for drupal-work-on-issue to copy skills/drupalorg-issue-summary-update/SKILL.md to .claude/skills/drupalorg-issue-summary-update/SKILL.md

Fixes #306

Test plan

  • Run drupalorg skill:install in a project directory
  • Verify .claude/skills/drupalorg-issue-summary-update/SKILL.md is created
  • Verify the other two skills (drupalorg-cli, drupal-work-on-issue) are still installed correctly

🤖 Generated with Claude Code

mglaman and others added 2 commits March 3, 2026 09:56
The skill existed in skills/ but was never copied to the destination
in the Install command. Add it alongside the existing drupalorg-cli
and drupal-work-on-issue installs.

Fixes #306

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extract a private installSkill() method and iterate the skills/ directory
so new skills are installed automatically without touching Install.php.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mglaman mglaman merged commit 5356ec8 into main Mar 3, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

drupalorg-issue-summary-update skill not being installed

1 participant