Real Skill packageSource verifiedClawHub registry

git-workflow

项目定制的轻量 Git 工作流助手。仅在用户明确要求写入或同步 README 工作流、创建 feature 分支、查看工作流状态、检查 feature 完成状态时激活。只允许更新 README 托管区块和经确认后创建本地 feature 分支;不执行 commit、stash、rebase、merge、push、tag、发布、分支删除或历史重写。

Identity and source

Publisher attributionKk_xxregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 53% rule confidence
Package forminstruction with code26 recorded files
Canonical sourceClawHub registryclawhub:wlykan:git-workflow
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 9/1/2026.claude/skills/git-workflow

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 9/1/2026.agents/skills/git-workflow

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 9/1/2026skills/git-workflow

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @wlykan/git-workflow
clawhub inspect @wlykan/git-workflow --version 1.0.5

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
25 / 26 inspected as text
Checked
9/1/2026, 12:43:08 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: clawhub.ai
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
9/1/2026, 2:37:07 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:428a256cfddc7d16fa3b69457c5effc0b0cbb1f47450762d8dc6b5fd52e310c0
Show up to 26 recorded paths
  • .vscode/settings.json
  • agents/openai.yaml
  • docs/RELEASE_SCRIPT_USAGE.md
  • docs/superpowers/plans/2026-08-11-lightweight-git-workflow-assistant.md
  • docs/superpowers/specs/2026-08-11-lightweight-git-workflow-assistant-design.md
  • guides/branch-creation.md
  • guides/branch-merge.md
  • README.md
  • references/branch-strategy.md
  • references/troubleshooting.md
  • references/workflow-guide.md
  • scripts/create-feature-branch.sh
  • scripts/create-hotfix-branch.sh
  • scripts/EXAMPLES.md
  • scripts/README.md
  • scripts/release.bat
  • scripts/release.config.sh
  • scripts/release.sh
  • scripts/test-release.sh
  • skill-card.md
  • SKILL.md
  • templates/readme-git-workflow.md
  • workflows/bug-fix.md
  • workflows/hotfix.md
  • workflows/new-feature.md
  • workflows/release.md

Source changelog

- Clarified skill boundaries: only assists with README workflow sync, local feature branch creation (with explicit user confirmation), and workflow/status checks. - Added strict command gating: skill activates solely on exact user commands; general questions or workflow discussions remain read-only. - Documented exhaustive pre-checks and permission flows for README updates and feature branch creation, detailing error handling and required confirmations. - Enforced non-destructive operations: skill does not perform commit, stash, rebase, push, or destructive Git actions under any circumstance. - Enhanced documentation for exception handling, PowerShell compatibility, and output formatting to ensure predictable and safe behavior.