Back to list
javierg1975

push-personal

by javierg1975

0🍴 0📅 Jan 24, 2026

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

  1. 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

  1. Switch to personal GitHub account:
gh auth switch --user javierg1975
  1. Push to remote develop branch:
git push origin develop
  1. Switch back to work account:
gh auth switch --user Javier-Gonzalez_NYULH
  1. 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}

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon