← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install tosr-test-pub-update-1774335120
Description
Professional code review and Git commit workflow management. Use this skill when users mention 'push', 'commit', '提交', or any Git submission operations. Prov...
Usage Guidance
This skill generally matches its stated purpose, but do not install/run it as-is without changes. The SKILL.md both forbids automatic commits and then prescribes an automatic local commit step — clarify which behavior is intended. Before using: (1) require that the skill always prompt and receive explicit, per-action user approval before running any git add/commit/pull/push or changing remotes; (2) confirm that running 'go build' is appropriate for the target repository (it assumes a Go project); (3) be cautious about the suggestion to convert remotes to SSH — do not let the agent run git remote set-url without explicit user consent and understanding of the repo; (4) if you need non-Chinese commit messages or different workflows, update the skill instructions; (5) test in a disposable clone of a repo first so accidental local commits or config changes do not affect important work. The included example script is inert/placeholder and there are no declared secrets or download steps, but the contradictory auto-commit behavior is the primary red flag that needs addressing before trusting the skill to operate on real repositories.
Capability Analysis
Type: OpenClaw Skill
Name: tosr-test-pub-update-1774335120
Version: 0.1.1
The skill bundle provides a structured Git workflow and code review process. It includes security-positive features such as an automated scan for sensitive data (passwords, API keys) before committing and requires explicit user approval for push operations. While it executes 'go build' and modifies Git remote URLs to SSH, these actions are consistent with its stated purpose of managing Go development workflows and follow standard developer practices.
Capability Assessment
Purpose & Capability
The name/description (Git commit/push workflow and code review) aligns with the instructions: git commands, code review, commit message generation, build checks and secret scanning. The included helper files are placeholders and consistent with a documentation/example-focused skill.
Instruction Scope
SKILL.md contains a direct contradiction: 'NEVER automatically commit or push code without explicit user approval.' but Step 1 instructs auto-committing existing uncommitted changes via 'git add .; git commit -m "chore: 保存当前工作进度"' without requesting confirmation. That gives the agent permission to modify the repo state locally without explicit user consent. The instructions also impose always-running 'go build' (assumes a Go project) and mandate Chinese commit messages, which are opinionated and may be inappropriate; and they suggest changing remotes to SSH (a potentially destructive git config change) rather than merely advising. These are scope/behavior mismatches and need clarification/tying to explicit user approvals.
Install Mechanism
No install spec; instruction-only skill with a tiny example script and placeholder assets. Nothing is downloaded or installed, which is low risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The recommended actions (git, go build) use local tooling and the repo; no hidden credential requests are present. Note: suggesting SSH remote usage implicitly assumes SSH keys are configured but does not request them.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. The skill does not request persistent system-wide modifications beyond running git commands in the repo. However, because it can run git operations, the contradiction about auto-commit increases operational risk if executed without clear confirmations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tosr-test-pub-update-1774335120 - After installation, invoke the skill by name or use
/tosr-test-pub-update-1774335120 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Introduced initial version of the skill with comprehensive Git commit and push workflow management.
- Added detailed pre-commit checks, code review process, and build verification steps.
- Enforced Chinese conventional commit messages and grouped multi-feature changes into separate commits.
- Implemented sensitive data scanning to prevent committing credentials or secrets.
- Included guidance and automated checks for file size/type restrictions and Git remote configuration.
- Three new files added: assets/example_asset.txt, references/api_reference.md, scripts/example.py.
v0.2.0
- Updated skill version to 0.2.0.
- Refreshed metadata in SKILL.md, including test identifier and creation timestamp.
v0.1.0
Initial release of the TOSR Publish Then Update Test skill.
- Provides automated integration testing for the skill lifecycle using the clawhub REST API.
- Validates creation, inspection, version updates, and deletion of a skill.
- Intended for ephemeral use; skills are automatically removed after testing.
- Useful for verifying end-to-end API functionality within the TOSR project.
Metadata
Frequently Asked Questions
What is TOSR Publish Then Update Test?
Professional code review and Git commit workflow management. Use this skill when users mention 'push', 'commit', '提交', or any Git submission operations. Prov... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install TOSR Publish Then Update Test?
Run "/install tosr-test-pub-update-1774335120" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TOSR Publish Then Update Test free?
Yes, TOSR Publish Then Update Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TOSR Publish Then Update Test support?
TOSR Publish Then Update Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TOSR Publish Then Update Test?
It is built and maintained by yuangui (@yinwuzhe); the current version is v0.1.1.
More Skills