← スキル一覧に戻る

push-personal
by javierg1975
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: push-personal description: Use this skill when the user asks to push to personal repository, push to personal account, push personal repo, push with account switch, or push to javierg1975. Switches GitHub accounts (javierg1975), pushes changes, and switches back to NYU account. user-invocable: true allowed-tools: Bash(git:), Bash(gh:)
Push to Personal Repository
Push committed changes to the personal javierg1975/zodiac-planner repository with automatic GitHub account switching.
Prerequisites Check
- Verify there are no uncommitted changes:
git status
If there are uncommitted changes, inform the user they need to commit first and stop.
Push Workflow
- Switch to personal GitHub account:
gh auth switch --user javierg1975
- Push to remote develop branch:
git push origin develop
- Switch back to work account:
gh auth switch --user Javier-Gonzalez_NYULH
- Confirm success to the user with the push result.
Error Handling
If the push fails for any reason, still attempt to switch back to the NYU account before reporting the error.
Session Information
Session ID: ${CLAUDE_SESSION_ID}
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です