Add 5 research auxiliary scenarios: project insights, compliance check,
progress tracking, citation format, and knowledge graph support.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix batch-label: use issue_tag_ids instead of tracker_id
- Fix parseTracker: support Chinese label names (缺陷/功能/疑问 etc.)
- Add workflow skill menu (workflows/SKILL.md) with 5 automation options
- Add workflow reference files: community-ops, contributor-growth, multi-repo
- Fix PowerShell scripts: Invoke-GL array syntax, remove ConvertFrom-Json
- Fix wiki +create flag from --body to --content
- Update contributor-growth doc with known issues and field corrections
- Add contributor leaderboard HTML report
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace ?? operator with if/else for Windows PowerShell 5.1 compatibility
- Remove Chinese characters to avoid encoding issues
- Use string concatenation instead of complex expressions in here-strings
- Update common.psm1 to remove PS 7+ syntax
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add dedicated error_print.go for centralized error output
- Enhance formatter with better table/json/yaml rendering
- Add unit tests for output formatter
- Improve runner with cleaner error propagation
- Update globals and root command configuration
- Refine webhook and wiki shortcut implementations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New skill that generates an HTML dashboard showcasing all 69 gitlink-cli
shortcuts organized into 14 categories with search and collapsible UI.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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>
New skill that generates an HTML dashboard showcasing all 69 gitlink-cli
shortcuts organized into 14 categories with search and collapsible UI.
Co-Authored-By: Claude Opus 4.7 <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>