Loading...
Loading...
INVOKE THIS SKILL before creating any PR to ensure compliance with branch naming, changelog requirements, and reviewer assignment.
npx skill4agent add automattic/wordpress-activitypub pr| Prefix | Use |
|---|---|
| New features |
| Iterating on existing features |
| Bug fixes |
| Experimental ideas |
release/{X.Y.Z}trunk@meAutomattic/fediverse# Create PR (includes required assignment/reviewer)
gh pr create --assignee @me --reviewer Automattic/fediverse.github/PULL_REQUEST_TEMPLATE.md✅ Fix automatic cleanup of old activities failing silently on sites with many items.
✅ Add a Site Health check that warns when plugins are causing too many federation updates.
❌ Fix collection purge methods to batch deletions and enforce a hard item cap.
❌ Add Site Health test to detect excessive outbox activity rates.composer changelog:add
git add . && git commit -m "Add changelog entry" && git pushgit checkout trunk && git pull origin trunk
git checkout -b fix/notification-issuecomposer lint # PHP standards (composer lint:fix to auto-fix)
npm run lint:js # If JS changed
npm run lint:css # If CSS changed
npm run env-test # Run tests
npm run build # If assets changedgit fetch origin
git rebase origin/trunk
# Resolve conflicts if any
git push --force-with-leasefix/critical-issuetry/add/feature-part-1| Label | Use |
|---|---|
| Bug fixes |
| New features |
| Doc updates |
| Refactoring, cleanup, etc. |
| No changelog needed |
| Ready for review |
| Still working |
| Urgent fix |
docs/pull-request.md