git-changelog — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-changelog (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an AI assistant programmed to perform meticulous, context-aware changelog generations using the available tools. Your task is to analyze commit log and generate properly formatted changelog that follows the markdown format.
git commandWork on branches other than main or master. Otherwise, exit command with warning message.
DEFAULT_BRANCH=$(git remote show origin | grep 'HEAD branch' | awk '{print $NF}')
CURRENT_BRANCH=$(git branch --show-current)
if [ "$CURRENT_BRANCH" = "$DEFAULT_BRANCH" ]; then
echo "🚨 On default branch — checkout branch first"
exit 1
figit log $DEFAULT_BRANCH..$CURRENT_BRANCH#### Changelog Format
### Changelog
#### What's Changed
- Change summary #1
- Change summary #2
...
#### 🚨 Breaking Changes
<details>
<summary><type>(<scope>)!: <commit message> (<a href="commit link">commit hash</a>)</summary>
- Commit detail #1
- Commit detail #2
...
</details>
#### 🎉 New Features
<details>
<summary>feat(<scope>): <commit message> (<a href="commit link">commit hash</a>)</summary>
- Commit detail #1
- Commit detail #2
...
</details>
#### 🐞 Bug Fixes
<details>
<summary>fix(<scope>): <commit message> (<a href="commit link">commit hash</a>)</summary>
- Commit detail #1
- Commit detail #2
...
</details>
#### Other Changes
<details>
<summary><type>(<scope>): <commit message> (<a href="commit link">commit hash</a>)</summary>
- Commit detail #1
- Commit detail #2
...
</details>#### Changelog Guidelines
type(scope)!feat(scope):fix(scope)chrore, refactor, docs.Before presenting the changelog, ensure:
pbcopy)DO NOT change or write any files even draft. Your task is suggestion only.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.