来源信息
- 仓库
- yusufkaraaslan/Skill_Seekers
- 最近来源活动
- 2026年6月11日 21:20
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 14,990
- 分支
- 1,527
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
4 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- golden-man-kw
- description
- Use when testing the man golden build
# Golden_Man_Kw Man Pages Skill
Use when testing the man golden build
## When to Use This Skill
Use this skill when you need to:
- Understand golden_man_kw command-line tools and their options
- Look up command syntax and usage patterns
- Find examples of common command invocations
- Review available flags and environment variables
- Explore related commands via SEE ALSO references
## Quick Command Reference
### git-log
```
git log [<options>] [<revision-range>] [[--] <path>...]
```
### git-diff
```
git diff [<options>] [<commit>] [--] [<path>...]
```
## Man Page Overview
**Total Man Pages:** 3
**Content Breakdown:**
- **Version Control**: 2 man page(s)
- **Other**: 1 man page(s)
## Common Options
*3 options extracted across all man pages*
### git-log
- `-p` -- Generate patch output.
- `--max-count=<number>` -- Limit the number of commits to output, interacting subtly with pathspec filtering, history simplification, and the --fol...
### curl
- `-s, --silent` -- Silent mode.
## Examples
*3 example(s) extracted from man pages*
### git-log
Show the last three commits
```bash
git log -3
```
### git-log
Prose-only example with no command
### curl
Fetch a page
```bash
curl https://example.com
```
## Related Commands (SEE ALSO)
- `git-diff`
- `git-log`
- `gitk`
## Documentation Statistics
- **Total Man Pages**: 3
- **Total Options**: 3
- **Total Examples**: 3
- **Cross-references**: 3
## Navigation
**Reference Files:**
- `references/version_control_01.md` -- Version Control
- `references/other_02.md` -- Other
See `references/index.md` for complete reference structure.
---
**Generated by Skill Seekers** | Man Page Scraper
在 GitHub 查看