diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8d593fa --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "spaceflow" + ] +} \ No newline at end of file diff --git a/SKILL.md b/SKILL.md index 4994836..79c88ee 100644 --- a/SKILL.md +++ b/SKILL.md @@ -20,13 +20,13 @@ metadata: ### 同步最新代码规范 ```bash -npx gitea-flow ai-review --sync +npx spaceflow install ``` ### 审查一个文件 ```bash -npx gitea-flow ai-review -b main --head develop -f $CODE_PATH -v 1 +npx spaceflow review -b main --head develop -f $CODE_PATH -v 1 ``` - `$CODE_PATH`:需要检查的文件路径 @@ -37,7 +37,7 @@ npx gitea-flow ai-review -b main --head develop -f $CODE_PATH -v 1 ### 审查一个Commit ```bash -npx gitea-flow ai-review -b main --head develop --commits $COMMIT_ID -v 1 +npx spaceflow review -b main --head develop --commits $COMMIT_ID -v 1 ``` - `$COMMIT_ID`:需要检查的Commit ID,可以是多个空格隔开 @@ -48,7 +48,7 @@ npx gitea-flow ai-review -b main --head develop --commits $COMMIT_ID -v 1 ### 审查两个分支的差异代码 ```bash -npx gitea-flow ai-review -b main --head develop -v 1 +npx spaceflow review -b main --head develop -v 1 ``` - `-b main`:指定基准分支