FeatureAgents
OrganizationAgents Client Level Git Flow Controller
Categories
Indexed Skills (7)
design-sync
Synchronize design docs, reference specs, and implementation before extending features.
dev-loop
The executable development loop for this repo. Wires start-work → TDD (unit-testcase/e2e-testcase → coder → unit-tester/e2e-tester) → review gate (code-reviewer + security-checker + test-reviewer) → (loop back on any [問題] item) → closeout (bump/CHANGELOG/QA/PR). Load this skill for ANY content work; the review gate is a hard loop — never enter closeout with unresolved [問題] items.
e2e-cases
Synchronize and expand real-machine E2E test cases after guard logic or protocol changes.
e2e-run
Execute live end-to-end testing and collect physical Git evidence based on self-contained test scripts and controlled sandboxes.
pre-commit-review
Run BEFORE any git add, commit, push, or PR creation in this repo. Builds the commit manifest — one line per file with change type, public-into-PR vs private-stays-local, and inclusion/exclusion reason — runs the privacy self-check (gitignored drafts must never be staged, near-identical paths called out), and requires explicit user confirmation of that manifest before any staging or commit command is executed. Forbids blanket git add -A / git add .
readme-sync
Maintain 100% content parity, structural symmetry, and linguistic equality across all 11 language README files upon documentation updates or feature extensions.
start-work
Run BEFORE touching any file in this repo. Fetches origin, verifies which ref the workspace sits on, derives feature/<topic> from latest origin/develop, and displays the branch-rule digest.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.