Skip to main content

golden-man

Use when testing the man golden build

Ir para a instalação

Informações da origem

Repositório
yusufkaraaslan/Skill_Seekers
Última atividade na origem
11 de junho de 2026 às 21:20
Idioma detectado do SKILL.md
inglês
Estrelas
15.017
Forks
1.533

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
4 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
golden-man
description
Use when testing the man golden build
# 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/curl_02.md` -- Curl See `references/index.md` for complete reference structure. --- **Generated by Skill Seekers** | Man Page Scraper
Ver no GitHub