Productivity & Automationlow risk

metagit-config-refresh

Refresh or bootstrap `.metagit.yml` using deterministic discovery and validation flows. Use when configuration is missing, stale, or incomplete for workspace operations.

metagit-ai/metagit-cli·skills/metagit-config-refresh/SKILL.md
34/ 100推薦值

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a codex -y
匯入個人環境~/.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a codex -g -y
手動放置目錄.agents/skills/metagit-config-refreshOfficial docs ↗
匯入目前專案.claude/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a claude-code -y
匯入個人環境~/.claude/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a claude-code -g -y
手動放置目錄.claude/skills/metagit-config-refreshOfficial docs ↗
匯入目前專案.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a github-copilot -y
匯入個人環境~/.copilot/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a github-copilot -g -y
手動放置目錄.agents/skills/metagit-config-refreshOfficial docs ↗
匯入目前專案.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a cursor -y
匯入個人環境~/.cursor/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a cursor -g -y
手動放置目錄.agents/skills/metagit-config-refreshOfficial docs ↗
匯入目前專案.agents/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a gemini-cli -y
匯入個人環境~/.gemini/skills/metagit-config-refresh
npx skills add https://github.com/metagit-ai/metagit-cli/tree/482dfb3b7a407ca5e541657a6fcc9af619818243/skills/metagit-config-refresh -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/metagit-ai/metagit-cli.git --scope workspace --path skills/metagit-config-refresh
手動放置目錄.agents/skills/metagit-config-refreshOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
# Refreshing Project Config

Use this skill to keep `.metagit.yml` accurate and operational.

## Workflow

1. Check workspace activation and config validity.
2. Run bootstrap plan mode first.
3. Review generated changes against expected workspace topology.
4. Apply config updates and validate schema before continuing.

## Command Wrapper

- `./skills/metagit-bootstrap/scripts/bootstrap-config.sh [root_path] [mode] [seed_context]`

## Output Contract

Return:
- config health state before/after
- generated update summary
- any manual follow-up needed

## Safety

- Prefer plan/dry-run first for large config updates.
- Keep changes bounded to target workspace intent.