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).
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.
scripts/deploy.sh "feat: Task #X - Description"
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
整體質量一般,有明顯的安全隱患。主要優點是使用簡單,能自動化完成 git 提交推送流程。但致命問題是 Token 直接暴露在文件裡,容易被他人獲取使用,這是很大的安全風險。此外功能比較單一,缺少靈活配置,容易操作失誤。敏感資訊管理和功能豐富度都需要加強。