smart-ralph

仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

集中管理通用参数与模式,便于插件生态一致性。

这个 Skill 做什么

Ralph 插件的核心技能,定义共享参数、执行模式与行为。

做为 Ralph 插件的中枢,统一定义了常用参数和执行模式(比如 --quick 跳过交互、自动生成产物),以及插件间共享的行为。开发或运行任何 Ralph 插件时会用到,保证交互、提交和执行策略在各插件间一致,少出岔子。

▸ 展开 SKILL.md 英文原文

Core Smart Ralph skill defining common arguments, execution modes, and shared behaviors across all Ralph plugins.

开发编程核心技能公共参数命令行Claude Code
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-speckit/skills/smart-ralph/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-speckit/skills/smart-ralph/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Smart Ralph

Core skill for all Ralph plugins. Defines common arguments, execution modes, and shared behaviors.

## Common Arguments

All Ralph commands support these standard arguments:

| Argument | Short | Description | Default |
|----------|-------|-------------|---------|
| `--quick` | `-q` | Skip interactive phases, auto-generate artifacts, start execution immediately | false |
| `--commit` | `-c` | Commit and push spec/feature files after generation | true (normal), false (quick) |
| `--no-commit` | | Explicitly disable committing files | - |
| `--max-task-iterations` | `-m` | Max retries per failed task before stopping | 5 |
| `--fresh` | `-f` | Force new spec/feature, overwrite if
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有