Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

ln-003-push-allln 003 全部推送

Agent Skill

ln-003-push-all 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,472

周安装

102

GitHub Stars

441

下载量

808
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-003-push-all

简介

用于查找和筛选与 ln-003 全部推送相关的信息。

  • 适合根据关键词快速定位部署或发布流程。
  • 通过 GitHub 安装,需结合原始文档验证具体步骤。
  • 建议在使用前确认权限和网络连接状态。ln-003-push-all 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 注意操作边界,防止误推敏感分支或环境。

SKILL.md

Paths: File paths (shared/, references/, ../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.

Push All (Standalone Utility)

Type: Standalone Utility Category: 0XX Shared

Commits and pushes ALL current changes (staged, unstaged, untracked) to the remote repository in a single operation.


When to Use This Skill

  • Quick push of all accumulated changes without manual staging
  • End-of-session commit when all changes are ready
  • Any situation where git add -A && git commit && git push is the intent

Workflow

Analyze → Doc Check → CHANGELOG → Lint Check → Stage → Commit → Push → Report

Phase 1: Analyze Changes

  1. Run git diff --stat and git status to understand ALL changes (staged, unstaged, untracked)
  2. Identify what was changed and why

Phase 2: Documentation Check

Check if related documentation needs updating:

Change TypeAction
Code behavior changedUpdate affected docs, comments, examples
New files/folders addedUpdate relevant index or list sections
Config files changedCheck README or setup docs
No doc impactSkip

Skip: Version bumps (version fields in SKILL.md, README badge) — those are done only on explicit user request.

Phase 3: CHANGELOG Update

If CHANGELOG.md exists and changes are significant (not just lint/formatting fixes):

  1. Check if today's date already has an entry (## YYYY-MM-DD)
  2. If yes — append new bullets to existing entry
  3. If no — add new ## YYYY-MM-DD entry (newest first)
  4. Write max 5 bullets, each starting with - **Bold label** — description
  5. Only user-visible or architecturally significant changes. Skip: renumbering, internal refactoring, structural fixes, deduplication
IncludeSkip
New capabilities / skillsRenumbering, renaming
Workflow changesInternal refactoring (D1-D9 fixes)
Breaking changesDeduplication passes
New integrationsReference file moves
Performance improvements users noticeToken efficiency numbers

Skip if: no CHANGELOG.md in project, or changes are trivial (whitespace, lint auto-fixes only).

Phase 4: Lint Check

MANDATORY READ: shared/references/ci_tool_detection.md (Discovery Hierarchy + Command Registry)

Discover and run project linters before committing, per ci_tool_detection.md.

Step 1: Discover linter setup — first check docs/project/runbook.md for explicit lint/format commands (they take priority over auto-detection), then follow ci_tool_detection.md discovery hierarchy. Also check: CLAUDE.md, README.md, CONTRIBUTING.md for lint instructions.

Step 2: Run linters with auto-fix

  1. Run discovered lint commands with --fix flag (or equivalent per ci_tool_detection.md Auto-Fix column)
  2. If linter reports errors that auto-fix cannot resolve — fix manually
  3. If no linter config found in project — skip this phase (log: "No linter configuration found, skipping") Step 3: Verify
  4. Re-run linters without --fix to confirm zero errors
  5. If errors remain after 2 fix attempts — report remaining errors to user and proceed

Phase 5: Stage and Commit

  1. Run git add -A to stage everything
  2. Run git diff --cached --stat to show what will be committed
  3. Run git log --oneline -3 to match recent commit style
  4. Compose a concise commit message summarizing ALL changes
  5. Commit with Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Phase 6: Push and Report

  1. Push to the current branch's remote tracking branch
  2. Report: branch name, commit hash, files changed count

Critical Rules

  • Stage everything: git add -A — no partial commits
  • Match commit style: Follow the project's existing commit message convention
  • Co-Author tag: Always include Co-Authored-By line
  • No version bumps: Skip CHANGELOG/version updates unless explicitly requested
  • Lint before commit: Always attempt lint discovery; skip gracefully if no config found

Definition of Done

  • All changes staged (untracked + modified)
  • Commit created with descriptive message
  • Pushed to remote successfully

Version: 1.0.0 Last Updated: 2026-02-12

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.43%
按下载量换算294

Claude

27.39%
按下载量换算221

Cursor

18.65%
按下载量换算151

Gemini CLI

9.11%
按下载量换算74

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills