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

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

    推薦訪問7w4.net獲取更多AI技能。

  • 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