cog-team-intelligence
SolidCross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
1. Use `api-call` or `web-fetch` to gather data from configured integrations
2. Normalize data from each platform into comparable format
3. Cross-reference to identify patterns spanning platforms
4. Use `file-read` to load existing team context from 04-projects
5. Use `file-write` to create team brief in 01-daily
6. Use `file-write` to update team context in 04-projects
7. Use `git-commit` to commit team intelligence
## Examples
```json
{
"vaultPath": "./cog-vault",
"mode": "team-brief",
"userName": "Alex",
"integrations": {
"github": { "org": "my-org", "repos": ["frontend", "backend"] },
"linear": { "team": "engineering" },
"slack": { "channels": ["engineering", "product"] }
}
}
```
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
cog-daily-intelligence
Generate personalized verified news briefs with 7-day freshness and 95%+ source accuracy
1,160 Updated today
a5c-ai AI & Automation Solid
cog-weekly-reflection
Cross-domain pattern analysis with personal, professional, and project domain synthesis
1,160 Updated today
a5c-ai AI & Automation Solid
cog-onboarding
Personalize COG Second Brain workflow through role pack selection and vault initialization
1,160 Updated today
a5c-ai AI & Automation Solid
cog-url-extraction
Save URLs with auto-extracted insights, credibility scoring, and vault routing
1,160 Updated today
a5c-ai AI & Automation Solid
cog-meeting-processing
Process meeting recordings and transcripts into decisions, action items, and team dynamics
1,160 Updated today
a5c-ai