Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Typo3 Core Contributions

  • 26 installs
  • 1 repo stars
  • Updated August 3, 2026
  • netresearch/typo3-core-contributions-skill

Helps with ai & agent building tasks.

About

typo3-core-contributions is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • typo3-core-contributions
  • AI & Agent Building
  • AI-coding skill

Typo3 Core Contributions by the numbers

  • 26 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #9,702 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/typo3-core-contributions-skill --skill typo3-core-contributions

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
repo stars1
Last updatedAugust 3, 2026
Repositorynetresearch/typo3-core-contributions-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

TYPO3 Core Contributions

Guide for contributing to TYPO3 Core: Forge issues, Gerrit patches, CI debugging, and review workflows.

When to Use

  • Forge issue analysis or creation (forge.typo3.org/issues/*)
  • Patch submission, CI debugging, Gerrit review workflow
  • Commit message formatting, cherry-picks, rebasing

Prerequisites

Run ${CLAUDE_SKILL_DIR}/scripts/verify-prerequisites.sh to check: TYPO3.org account, Gerrit SSH (ssh -p 29418 <user>@review.typo3.org), Git email matching Gerrit. See references/account-setup.md.

Workflow

1. Setup: Account + environment (${CLAUDE_SKILL_DIR}/scripts/setup-typo3-coredev.sh, references/ddev-setup-workflow.md) 2. Branch: git checkout -b feature/<issue>-description 3. Analyze: Understand root cause, reproduction steps, affected versions before coding 4. Develop: Implement fix + tests, validate with typo3-conformance-skill 5. Commit: Follow format below, include Resolves: #<issue> + Releases: 6. Push: git push origin HEAD:refs/for/main (starts as WIP) 7. CI: Wait for all jobs. Read actual GitLab logs at git.typo3.org/typo3/CI/cms/-/jobs/<id>. Fix ALL failures in one amend+push 8. Ready: Mark ready via git push origin HEAD:refs/for/main%ready or Gerrit UI "Start Review" 9. Review: Address feedback, amend commit, preserve Change-Id. Fetch reviewer's patchset first to preserve their message edits: git fetch origin refs/changes/XX/NNNNN/N && git reset --soft FETCH_HEAD 10. Update: git commit --amend && git push origin HEAD:refs/for/main

Commit Format

[TYPE] Subject (imperative mood, max 52 chars)

How and why (not what). Wrap at 72 chars.

Resolves: #12345
Releases: main, 13.4, 12.4

Types: [BUGFIX], [FEATURE] (main only), [TASK], [DOCS], [SECURITY] Breaking: [!!!][TYPE] prefix, Releases: main only Required: Every commit MUST have Resolves: (not just Related:)

CI Debugging

Read ALL failing job logs (never guess). Common jobs: cgl pre-merge (code style), phpstan (static analysis), unit/functional (tests). Fix all in one patchset. Local checks:

./Build/Scripts/runTests.sh -s unit && ./Build/Scripts/runTests.sh -s functional
./Build/Scripts/cglFixMyCommit.sh
./Build/Scripts/runTests.sh -s phpstan

Key Operations

TaskCommand
Push to Gerritgit push origin HEAD:refs/for/main
Mark readygit push origin HEAD:refs/for/main%ready
Set WIPgit push origin HEAD:refs/for/main%wip
Rebasegit fetch origin && git rebase origin/main
Cherry-pick patchgit fetch origin refs/changes/XX/NNNNN/N && git cherry-pick FETCH_HEAD
Install hookcp Build/git-hooks/commit-msg .git/hooks/ && chmod +x .git/hooks/commit-msg
Fix email mismatchGIT_COMMITTER_EMAIL="registered@email" git commit --amend --no-edit
Forge API${CLAUDE_SKILL_DIR}/scripts/create-forge-issue.sh, references/forge-api.md

References

TopicFile
Account setupreferences/account-setup.md
Commit formatreferences/commit-message-format.md
Gerrit workflowreferences/gerrit-workflow.md
Review patternsreferences/gerrit-review-patterns.md
Modern patternsreferences/modern-typo3-patterns.md
DDEV setupreferences/ddev-setup-workflow.md
Forge APIreferences/forge-api.md
Commit hookreferences/commit-msg-hook.md
Troubleshootingreferences/troubleshooting.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.