# Javdb Cli Commit Message

> Generate a one-line Conventional Commit message for javdb-cli from staged changes.

- **Type:** Skill
- **Install:** `agentstack add skill-flanchanxwo-javdb-cli-javdb-cli-commit-message`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [FlanChanXwO](https://agentstack.voostack.com/s/flanchanxwo)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [FlanChanXwO](https://github.com/FlanChanXwO)
- **Source:** https://github.com/FlanChanXwO/javdb-cli/tree/main/.agents/skills/javdb-cli-commit-message

## Install

```sh
agentstack add skill-flanchanxwo-javdb-cli-javdb-cli-commit-message
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# javdb-cli Commit Message

根据暂存区生成一行提交信息。默认只读 staged changes；暂存区为空时直接说明，不编造。

## 读取

```bash
git status --short
git diff --cached
git log --oneline -10
```

## 风格

- 仅输出一行，不加解释、项目符号或代码块。
- 使用 Conventional Commits，并贴近近期风格：`feat`、`fix`、`docs`、`refactor`、`test`、`chore`、`ci`。
- subject 使用英文、小写开头，约 72 字符；不写 `misc`、`update files` 或 `wip`。
- 行为修复用 `fix`；包边界或内部结构用 `refactor`；文档和 agent 文件用 `docs`；测试用 `test`；构建、脚本、依赖与 workflow 用 `chore` 或 `ci`。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [FlanChanXwO](https://github.com/FlanChanXwO)
- **Source:** [FlanChanXwO/javdb-cli](https://github.com/FlanChanXwO/javdb-cli)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-flanchanxwo-javdb-cli-javdb-cli-commit-message
- Seller: https://agentstack.voostack.com/s/flanchanxwo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
