Improve DX Skills for GitHub Issue and PR Management Following dotCMS Rules
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 970
- Forks
- 486
- Avg merge
- 3d 33m
- Merged PRs (30d)
- 170
Description
Description
The claude GitHub DX tooling started with a single create-issue skill — a 232-line, CREATE-only Claude Code skill that could file a new issue but had no support for updates, queries, sprint lookups, or PR management.
Issue #34800 replaced that with the multi-mode dotcms-github-issues skill (CREATE · UPDATE · QUERY · FIND), adding team caching, native GitHub issue types, Project #7 field automation, sprint iteration awareness, and sub-issue linking.
This epic continues that evolution: extending the skill layer to cover pull requests with the same dotCMS conventions, and ensuring shared logic (team labels, Type labels, Technology mapping) is read from authoritative sources rather than maintained in duplicate static tables.
Desired Outcome
- A dedicated PR skill that mirrors
dotcms-github-issuesconventions: team labels, Type labels, native GitHub types, Project #7 Technology field, and issue linkage - Skills read from authoritative sources (
.github/ISSUE_TEMPLATE/,.github/PULL_REQUEST_TEMPLATE/) rather than maintaining duplicate static tables - Enablement team members can create, update, query, and find both issues and PRs entirely through AI-assisted skills without needing to know underlying gh CLI syntax
Target Personas
- Developer teams
Links
- Before:
create-issueskill — original single-mode skill (superseded) - Issue #34800: Replace
create-issuewith multi-modedotcms-github-issues - Issue #34821: Create a skill for GitHub PR management
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing .claude/skills/create-issue/ skill and the conventions introduced by issue #34800, then inspect .github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE/. Use issue #34821 as the PR-management scope. Done means issue and PR skills support create, update, query, and find workflows while reading shared conventions from those authoritative templates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github
- Domain
- cli, developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100