Token导航 LogoToken导航TokenDH.com
运维和基础设施执行命令github未标认证来源可访问clear审计异常

clean-history干净的历史

Agent Skill

clean-history 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

449

周安装

18

GitHub Stars

2

下载量

145
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clean-history(干净的历史)
来源仓库:https://github.com/montagao/skills
仓库路径:skills/clean-history
安装命令:
npx skills add https://github.com/montagao/skills --skill clean-history
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/montagao/skills --skill clean-history

简介

clean-history 重构当前 Git 分支为全新叙事型提交历史,提升日志可读性与可追溯性。

  • 适用于需要清理混乱合并提交、简化历史记录或准备发布版本的场景。
  • 自动识别源分支、默认分支与远程状态,生成线性干净的提交序列。
  • 安装前请确认是否需执行 git rebase 或 reset 操作,并评估对协作分支的影响。
  • 强烈建议在独立分支操作,并通知团队成员避免在此期间推送冲突提交。

SKILL.md

Clean History

Reimplement the current branch on a new branch with a clean, narrative-quality git commit history.

Context

  • Source branch:!git branch --show-current
  • Git status:!git status --short
  • Default branch:!git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@' || git config init.defaultBranch || echo main
  • Remote branches:!git branch -r --list 'origin/main' 'origin/master' 2>/dev/null | head -1 | sed 's/.*origin\///'

Task

Reimplement the current branch on a new branch with a clean, narrative-quality git commit history suitable for reviewer comprehension.

New Branch Name: Use $ARGUMENTS if provided, otherwise {source_branch}-clean.

Base Branch: Determine the base branch using this priority:

  1. The "Default branch" from context above (if available)
  2. The first available branch from "Remote branches" (origin/main or origin/master)
  3. Fall back to main if neither is available

Steps

  1. Validate the source branch

- Ensure no uncommitted changes or merge conflicts - Confirm the source branch is not the same as the base branch (error if so) - Run git log {base}..HEAD --oneline to see commits to clean - Run git diff {base}...HEAD --stat to see the full diff - Confirm source branch is up to date with the base branch

  1. Analyze the diff

- Study all changes between source branch and the base branch - Form a clear understanding of the final intended state

  1. Create the clean branch

- Create a new branch off of the base branch using the new branch name

  1. Plan the commit storyline

- Break the implementation into self-contained logical steps - Each step should reflect a stage of development—as if writing a tutorial

  1. Reimplement the work

- Recreate changes in the clean branch, committing step by step - Each commit must: - Introduce a single coherent idea - Include a clear commit message and description - Use git commit --no-verify for all intermediate commits. Pre-commit hooks check tests, types, and imports that may not pass until the full implementation is complete. Do not waste time fixing issues in intermediate commits that will be resolved by later commits.

  1. Verify correctness

- Confirm the final state exactly matches the source branch - Run the final commit without --no-verify to ensure all checks pass

  1. Open a pull request

- Create a PR with a summary of the changes - Include a link to the original branch in the PR description

Rules

  • Never add yourself as an author or contributor
  • Never include "Generated with Claude Code" or "Co-Authored-By" lines in commits
  • The end state of the clean branch must be identical to the source branch

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

30.18%
按下载量换算44

Gemini CLI

25.25%
按下载量换算37

Antigravity

18.41%
按下载量换算27

windsurf

11.69%
按下载量换算17

trae

8.11%
按下载量换算12

Codex

3.44%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/montagao/skills --skill clean-history;npx skills add montagao/skills --skill "clean-history" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills