cog-team-intelligence
// Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs
$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namecog-team-intelligence
descriptionCross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs
allowed-toolsfile-read,file-write,web-fetch,api-call,git-commit
COG Team Intelligence Skill
Cross-reference GitHub, Linear, Slack, and PostHog data to generate unified team intelligence briefs with bidirectional sync support.
Capabilities
- Gather activity data from GitHub (PRs, issues, commits, reviews)
- Gather activity data from Linear (issues, cycles, projects)
- Gather activity data from Slack (discussions, decisions, threads)
- Gather analytics from PostHog (metrics, feature flags, experiments)
- Cross-reference data across all platforms
- Detect cross-platform misalignment
- Generate team intelligence briefs with blocker detection
- Support bidirectional sync between platforms
Tool Use Instructions
- Use
api-callorweb-fetchto gather data from configured integrations - Normalize data from each platform into comparable format
- Cross-reference to identify patterns spanning platforms
- Use
file-readto load existing team context from 04-projects - Use
file-writeto create team brief in 01-daily - Use
file-writeto update team context in 04-projects - Use
git-committo commit team intelligence
Examples
{
"vaultPath": "./cog-vault",
"mode": "team-brief",
"userName": "Alex",
"integrations": {
"github": { "org": "my-org", "repos": ["frontend", "backend"] },
"linear": { "team": "engineering" },
"slack": { "channels": ["engineering", "product"] }
}
}