Generate a weekly status report joining GitHub PRs and Linear tickets
متى تستخدمه: You want one summary across multiple SaaS tools without writing API code.
المتطلبات الأساسية
- Server/skill installed and authenticated — See repo README
الخطوات
-
List the connected tablesShow me every table anyquery has, grouped by source app.✓ تم النسخ→ Tables grouped by github/linear/slack/...
-
Write the joinFor PRs merged this week in org acme/, find the matching Linear ticket by branch name and tell me which tickets shipped.✓ تم النسخ→ A SQL JOIN between github_pulls and linear_issues with shipped tickets
النتيجة: A one-shot status digest you can paste into Slack.
المزالق
- Tables only have data for connected accounts — Tables only have data for connected accounts — run
anyquery plugin install <name>and authenticate before querying.