$ gitlink-cli issue +list --owner z2_cc --repo gitlink-cli --state all --format json
{
"issues": [
{"number":1,"subject":"提升跨平台兼容性","status_id":1,"created_at":"2026-05-28"},
{"number":2,"subject":"keyword-test-xyz-abc","status_id":5,"created_at":"2026-05-28","closed_at":"2026-06-01"},
{"number":10,"subject":"新增 Wiki 管理","status_id":5,"created_at":"2026-06-01","closed_at":"2026-06-04"},
{"number":12,"subject":"新增代码片段管理","status_id":5,"created_at":"2026-06-03","closed_at":"2026-06-04"},
{"number":14,"subject":"Webhook 投递监控","status_id":1,"created_at":"2026-06-04"},
{"number":15,"subject":"新增 failed + task-view","status_id":1,"created_at":"2026-06-04"}
],
"total_count":16, "closed_count":14
}
$ gitlink-cli pr +list --owner z2_cc --repo gitlink-cli --state all --format json
{
"pull_requests": [
{"number":31,"title":"fix: normalize issue list output","state":"merged","created_at":"2026-06-01","merged_at":"2026-06-03"}
],
"total_count":5, "merged_count":4
}
$ gitlink-cli commit +list --owner z2_cc --repo gitlink-cli --limit 50
[
{"author":"wqer","message":"enhance: enrich skill outputs with data analysis","date":"2026-06-17"},
{"author":"wqer","message":"docs: update demo page with AI analysis","date":"2026-06-17"},
{"author":"wqer","message":"docs: add interactive demo page for skills","date":"2026-06-17"},
{"author":"wqer","message":"docs: add release notes workflow example","date":"2026-06-17"},
{"author":"wqer","message":"feat: add three new skills","date":"2026-06-17"}
]