Claude-skill-registry gh-locking-conversations
Locks or unlocks an issue conversation. Use to manage noise or conclude discussions.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gh-locking-conversations" ~/.claude/skills/majiayu000-claude-skill-registry-gh-locking-conversations && rm -rf "$T"
manifest:
skills/data/gh-locking-conversations/SKILL.mdsource content
Locking Conversations
Purpose
Restricts commenting on an issue using the
gh issue lock command.
1. Safety & Verification
- Reason: You can specify a reason (off-topic, resolved, etc.).
2. Common Workflows
Workflow: Lock Resolved Issue
Prevents further comments on a finalized discussion.
Command:
gh issue lock <issue-number> --reason resolved