golden-man

Solid

Use when testing the man golden build

Data & Documents 14,058 stars 1452 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
82
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Golden_Man 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 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:** - **Git**: 2 man page(s) - **Curl**: 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/git_01.md` -- Git - `references/cu...

Details

Author
yusufkaraaslan
Repository
yusufkaraaslan/Skill_Seekers
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category