ソース情報
- リポジトリ
- Sanuu7/AndroidHarness
- ソースの最終更新活動
- 2026年8月25日 16:49
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Sanuu7/AndroidHarness --skill gitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | git |
| description | Status, branch, commit, push or pull. Never force-push unless asked. |
| category | repo |
Use the git tools first. Push only when asked.
git_status. If git is missing, tell the user to install the Linux environment.git_diff before you commit. Check: you know every path.git_commit with a message that says why. It already stages all.shell (git push, git pull, git switch -c). Check: the remote output.git push --force or --force-with-lease unless the user typed that.git_status matches what you told the user (clean, or the leftover files listed).