Agent skill
submodule-push
Push submodule changes to its fork. Use when you've made changes inside a submodule (hive or core-geth) and need to push them.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/submodule-push
SKILL.md
Push Submodule Changes
Push changes from a submodule to its remote fork.
Arguments
$0: Submodule name (hiveorcore-geth)
Authorized Repositories
These are the forks we can push to:
IstoraMandiri/hive(Hive fork)IstoraMandiri/core-geth(core-geth fork)
Workflow
- Navigate into the submodule directory specified by
$0 - Check git status to confirm there are commits to push
- Determine the current branch name
- Push to origin:
git push -u origin <branch> - Return to the parent directory
- Remind user to update the parent repo's submodule reference if needed:
bash
git add $0 git commit -m "Update $0 submodule reference"
Example Usage
/submodule-push hive
/submodule-push core-geth
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?