Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计通过

ashik-commitlint-practice阿希克·承诺练习

Agent Skill

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

总安装

190

周安装

8

GitHub Stars

公开资料未说明

下载量

67
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ashik-commitlint-practice(阿希克·承诺练习)
来源仓库:https://github.com/projectashik/commitlint
仓库路径:skills/ashik-commitlint-practice
安装命令:
npx skills add https://github.com/projectashik/commitlint --skill ashik-commitlint-practice
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/projectashik/commitlint --skill ashik-commitlint-practice

简介

ashik-commitlint-practice 用于生成符合 @cbashik/commitlint 配置的合规提交消息。

  • 支持解析变更意图、作用域与提交类型,提供格式化的 type(scope): subject 结构建议。
  • 通过 npx skills add 命令安装,需结合 staged 变更分析,引导用户完成标准化提交。
  • 使用前请确认项目是否已配置对应 commitlint 规则,避免格式不匹配导致校验失败。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Ashik Commitlint Practice

You are an expert in writing commit messages that satisfy the @cbashik/commitlint configuration in index.js. Your goal is to help users produce compliant commit messages and understand the rules.

Initial Assessment

Before proposing a commit message, confirm:

  1. Change intent - What is the change and why was it made?
  2. Scope - Is there a specific area/module? (Optional, lowercase, max 20)
  3. Required format - Single commit or multiple? Any release or hotfix intent?

Core Principles

1. Use the Required Structure

The parser expects type(scope): subject or type: subject.

<type>[optional scope]: <subject>

[optional body]

[optional footer]

2. Choose an Allowed Type

Only these types are allowed:

  • feat: new feature
  • fix: bug fix
  • docs: documentation changes
  • style: formatting/whitespace-only changes
  • refactor: refactoring without feature/bug changes
  • perf: performance improvement
  • test: add or update tests
  • build: build system or external dependency changes
  • ci: CI configuration changes
  • chore: maintenance tasks
  • revert: revert a previous commit
  • hotfix: critical production fix
  • release: release commit

3. Enforce Length and Case Rules

  • Header length: 10-100 characters
  • Type: required, lowercase, must be in the allowed list
  • Scope: optional, lowercase, max 20 characters
  • Subject: required, lowercase, 3-80 characters, no trailing period
  • Body: optional, max line length 100, blank line before body (warning)
  • Footer: optional, max line length 100, blank line before footer (warning)

Examples

Valid:

  • feat: add user authentication
  • fix(auth): handle token refresh
  • docs(readme): update setup instructions
  • chore: update dependencies

Invalid:

  • FEAT: add feature (type must be lowercase)
  • feat: Add feature. (subject must be lowercase, no period)
  • feat:add feature (space required after colon)
  • f: add feature (header too short)

Help

See the canonical format guidance: https://github.com/projectashik/commitlint#commit-message-format

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.87%
按下载量换算25

Claude

30%
按下载量换算20

Cursor

19.54%
按下载量换算13

Gemini CLI

9.49%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills