ソース情報
- リポジトリ
- GTex62/gtex62-osa
- ソースの最終更新活動
- 2026年5月17日 20:05
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/GTex62/gtex62-osa --skill push-bothコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | push-both |
| description | Commit and push changes in both gtex62-osa and gtex62-core |
| allowed-tools | Bash |
!git -C ~/.config/conky/gtex62-osa status
!git -C ~/.config/conky/gtex62-osa diff --stat
!git -C ~/.config/conky/gtex62-core status
!git -C ~/.config/conky/gtex62-core diff --stat
Commit and push meaningful changes in both repos. Follow these rules:
theme/osa-theme.lua that are only a monitor_head
value change — this is a local-only setting changed after every push and should
never be committed on its own. If other changes exist in that file, commit those
but note the monitor_head line was excluded.git add -A or git add ..