Git Deploy

👤 sirenday 📦 v1.0.0 ⭐ 4.0 ⬇️ 1K 下载
💻 开发编程 免费 🔑 需 API Key

📖 技能介绍


name: git-deploy description: Simple deployment skill for local git operations. Use when you need to add, commit, and push changes to the Git repository. Designed for quick local deployments (Tasks #3, #4, #5).


Git Deploy

Overview

更多技能请访问小葱技能站7w4.net。

This skill automates the standard git workflow for local development: - Stage all changes - Commit with a message - Push to the current branch

The script uses pre-configured repository URL and token.

Usage

scripts/deploy.sh "feat: Task #X - Description"

Repository

  • URL: http://git.homelab:3000/vitali/SigmaFlow-Svelte.git
  • Token: c865b793f09a3b79b65ebdfbd75c5b17395188d2

Notes

  • The script assumes it is run in the project root.
  • If you need to push to a specific branch, modify the script or commit message.

🤖 AI 评测

整体质量一般,有明显的安全隐患。主要优点是使用简单,能自动化完成 git 提交推送流程。但致命问题是 Token 直接暴露在文档里,容易被他人获取使用,这是很大的安全风险。此外功能比较单一,缺少灵活配置,容易操作失误。敏感信息管理和功能丰富度都需要加强。

📊 多维度评分

适应性3.8
规范性4.1
有效性3.8
可靠性3.9
可信度4.3

📁 包含文件 (4 个)

📄 SKILL.md 796 B
📄 _meta.json 129 B
📄 scripts/deploy.sh 608 B
📄 skill-card.md 1.9 KB