Add a new AI Agent skill for detecting and managing stale issues and PRs:
- SKILL.md - main skill guide
- README.md - overview documentation
- examples/ - AI judgment demo, PR stale workflow, weekly cleanup workflow
- references/ - scan, judge, actions, and exempt rules
The skill automates stale detection with AI-powered judgment and supports
weekly cleanup workflows with configurable exemption rules.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add two new AI Agent skills for automated GitLink workflows:
- gitlink-code-review: automated PR/code review with quality and security analysis
- gitlink-issue-triage: automated issue classification (tracker/priority/labels)
Each skill includes SKILL.md, README.md, examples, and references.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- fetchIssueDetail now gets both subject and description
- renderComment substitutes {subject}, {description}, {number}, {login}
- defaultTemplate includes issue summary for targeted guidance
- dry-run preview shows the full rendered comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- onboard: new contributor onboarding with --issues/--tag support
- compliance: license audit, secret scan, PII check, sensitive vocab scan
- contrib: contribution report generation
- Update register.go to register all three shortcut groups
- Add skills/gitlink-onboard and skills/gitlink-compliance skill docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Updated design documentation with latest features
- Updated API reference documentation
- Enhanced user shortcuts functionality
- Added new gitlink-cli binary
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add install.sh: auto-detect platform, download prebuilt binary, install skills
- Bump npm package to v0.2.0
- Update README (EN/CN) with curl-based one-line install as primary method
- No Go, no npm required for standard installation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- resolve conflicts in register.go, release/release.go, repo/repo.go, SKILL.md
- keep milestone/team/webhook registrations from zk_branch
- incorporate batch_create/batch_update from master
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Add wiki +lint: check empty pages, missing H1, short content, dead links, broken images
- Fix lint to use sub_url for fetching page content instead of title
- Skip system pages (_Sidebar, _Footer, _Header) in lint checks
- Add CHANGELOG.md for wiki module
- Add dry-run support to branch, ci, issue, org, pr, release, repo commands
- Add batch operations for org and repo members
- Add gitlink-wiki skill definition
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>