gitlink-cli/gitlink-web
林迪文 5a51c882b2
CI / Build, Lint, Test (pull_request) Failing after 1h4m55s Details
feat: add gitlink-web service
2026-07-01 15:28:57 +08:00
..
skills feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
templates feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
README.md feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
app.py feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
deploy.py feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
fork自 feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
requirements.txt feat: add gitlink-web service 2026-07-01 15:28:57 +08:00
镜像 feat: add gitlink-web service 2026-07-01 15:28:57 +08:00

README.md

GitLink Skills Web Service

A web-based interface for GitLink AI Agent Skills, powered by Claude API / DeepSeek API.

Features

  • 技术调研 — 输入研究主题,自动搜索 GitLink 项目并生成调研报告
  • 贡献者分析 — 分析仓库贡献者活跃度和团队健康度
  • Issue 分拣 — 自动分类仓库 Issue 并生成分拣报告
  • CI 健康巡检 — 检查仓库 CI/CD 状态

Requirements

  • Python 3.10+
  • gitlink-cli (npm install -g gitlink-cli)
  • API Key (DeepSeek or Anthropic)

Quick Start

pip install -r requirements.txt
export API_KEY="sk-xxx"
export API_MODEL="deepseek-chat"
python app.py

API Endpoints

Endpoint Method Description
/ GET Home page
/research GET Research tracker form
/contributor GET Contributor insight form
/issue-triage GET Issue triage form
/ci-health GET CI health check form
/api/run POST Execute a skill