Setup Commit Signing banner
latiotech latiotech

Setup Commit Signing

Git community

Description

--- description: "Walkthrough: Set up commit and tag signing with GPG, SSH, or Sigstore gitsign" allowed-tools: Read, Write, Edit, Glob, Grep, Bash(git:*, gh:*, gpg:*, ssh-keygen:*, gitsign:*, which:*) --- Interactive walkthrough to set up commit and tag signing so that every commit in your repository has a verified cryptographic identity. This prevents impersonation and ensures code provenance. Read `${CLAUDE_PLUGIN_ROOT}/skills/supply-chain-hardening/references/credentials-configs.md` for re

Installation

Installs to ~/.claude/skills/latiotech-secure-supply-chain-skills-setup-commit-signing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/latiotech-secure-supply-chain-skills-setup-commit-signing && curl -fsSL https://raw.githubusercontent.com/latiotech/secure-supply-chain-skills/HEAD/commands/setup-commit-signing.md -o ~/.claude/skills/latiotech-secure-supply-chain-skills-setup-commit-signing/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository