pr
النجوم٠
التفرعات٠
آخر تحديث١٤ مارس ٢٠٢٦ في ٢١:٤٨
Push branch and create a GitHub pull request
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
SKILL.md
readonlyالقائمة
Push branch and create a GitHub pull request
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Scaffold a REST API endpoint with hexagonal layers and integration tests
Scaffold a React component with Vitest tests (TDD-first)
Scaffold a new Shell extension with hexagonal layers and TDD
Add a sub-feature within an existing Shell extension
Scaffold a SQL migration with RLS policy, rollback plan, and test seed data
Scaffold a Tauri IPC command with full round-trip (Rust handler, TS types, React hook, tests)
| name | pr |
| description | Push branch and create a GitHub pull request |
| user_invocable | true |
Push the current branch and create a GitHub pull request via gh CLI.
git status, git log, and git diff main...HEAD.docs/superpowers/specs/ for a matching design specgh pr create with structured bodygh pr create --title "feat(personas): add persona CRUD" --body "$(cat <<'EOF'
## Summary
- Added persona creation, listing, and deletion
- Integrated with workspace-scoped API endpoints
- Full TDD coverage with Vitest
## Design Spec
- `.docs/superpowers/specs/2026-03-13-personas-design.md` (if applicable)
## Test Plan
- [ ] Unit tests pass (`pnpm test`)
- [ ] Type check passes (`pnpm check`)
- [ ] API tests pass (`cargo test -p grove-api`)
- [ ] Manual verification in Tauri dev mode
EOF
)"