reputation-intelligence

Reputation measurement and benchmarking platform integration

509 stars

Best use case

reputation-intelligence is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Reputation measurement and benchmarking platform integration

Teams using reputation-intelligence should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/reputation-intelligence/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/public-relations/skills/reputation-intelligence/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/reputation-intelligence/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How reputation-intelligence Compares

Feature / Agentreputation-intelligenceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Reputation measurement and benchmarking platform integration

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Reputation Intelligence Skill

## Overview

The Reputation Intelligence skill provides reputation measurement and benchmarking platform integration capabilities. This skill enables comprehensive reputation tracking, competitive benchmarking, and stakeholder perception analysis across multiple data sources.

## Capabilities

### Reputation Measurement
- RepTrak reputation data integration
- YouGov brand tracking data access
- Brand health index calculation
- Reputation driver analysis
- Trend tracking over time

### Employer Reputation
- Glassdoor employer reputation monitoring
- Indeed company reviews tracking
- Comparably ratings integration
- Employee sentiment analysis
- Employer brand health metrics

### Product/Service Reputation
- G2/Capterra review monitoring
- Trust Pilot integration
- Product review aggregation
- Service quality tracking
- Feature sentiment analysis

### Competitive Benchmarking
- Competitive reputation benchmarking
- Share of reputation analysis
- Relative strength identification
- Gap analysis vs. competitors
- Industry positioning

### Stakeholder Insights
- Net Promoter Score tracking
- Stakeholder perception surveys
- Customer satisfaction correlation
- Investor perception analysis
- Community sentiment tracking

## Usage

### Reputation Dashboard
```javascript
const reputationDashboard = {
  overall: {
    reputationScore: 72.5,
    trend: '+2.3 vs. prior quarter',
    industryRank: 3,
    industryAverage: 68.2
  },
  dimensions: {
    products: { score: 78, trend: '+1.5' },
    innovation: { score: 75, trend: '+3.2' },
    workplace: { score: 71, trend: '+0.8' },
    governance: { score: 70, trend: '-1.2' },
    citizenship: { score: 69, trend: '+2.1' },
    leadership: { score: 73, trend: '+1.8' },
    performance: { score: 74, trend: '+2.5' }
  },
  stakeholders: {
    customers: { nps: 45, satisfaction: 82 },
    employees: { engagement: 75, glassdoor: 4.2 },
    investors: { confidence: 78, recommendation: 68 },
    community: { favorability: 72, awareness: 65 }
  },
  competitive: {
    'Company': 72.5,
    'Competitor A': 75.2,
    'Competitor B': 68.9,
    'Competitor C': 71.3
  }
};
```

### Reputation Alert Configuration
```javascript
const reputationAlerts = {
  thresholds: {
    overallScore: {
      decline: 5,
      action: 'Review and investigate causes'
    },
    glassdoorRating: {
      minimum: 3.5,
      action: 'Employee relations review'
    },
    nps: {
      decline: 10,
      action: 'Customer experience investigation'
    },
    competitiveGap: {
      maximum: 5,
      action: 'Competitive response planning'
    }
  },
  monitoring: {
    frequency: 'daily',
    sources: ['reptrak', 'glassdoor', 'g2', 'trustpilot', 'surveys'],
    recipients: ['cco', 'pr-director', 'hr-director']
  },
  reporting: {
    weekly: ['reputation-summary'],
    monthly: ['competitive-benchmark', 'stakeholder-analysis'],
    quarterly: ['board-reputation-report']
  }
};
```

## Process Integration

This skill integrates with the following PR processes:

| Process | Integration Points |
|---------|-------------------|
| reputation-monitoring.js | Ongoing tracking |
| reputation-risk-identification.js | Risk detection |
| reputation-recovery-strategy.js | Recovery planning |
| executive-visibility-program.js | Leadership reputation |

## Best Practices

1. **Multi-Source Tracking**: Use multiple data sources for comprehensive view
2. **Stakeholder Segmentation**: Track reputation by stakeholder group
3. **Competitive Context**: Always benchmark against competitors
4. **Driver Analysis**: Understand what drives reputation scores
5. **Action Orientation**: Connect metrics to improvement actions
6. **Long-Term View**: Focus on trends, not just point-in-time

## Metrics and KPIs

| Metric | Description | Target |
|--------|-------------|--------|
| Reputation Score | Overall reputation index | Above industry average |
| NPS | Net Promoter Score | >40 |
| Glassdoor Rating | Employee review average | >4.0 |
| Competitive Position | Rank vs. competitors | Top quartile |
| Dimension Balance | Scores across all dimensions | No dimension below 65 |

## Related Skills

- SK-001: Media Monitoring (media reputation)
- SK-002: Social Listening (social reputation)
- SK-012: Stakeholder CRM (stakeholder tracking)

Related Skills

STIX/TAXII Intelligence Skill

509
from a5c-ai/babysitter

STIX/TAXII threat intelligence format and sharing

competitive-intelligence

509
from a5c-ai/babysitter

Deep competitive analysis and market monitoring capabilities for product strategy

gong-conversation-intelligence

509
from a5c-ai/babysitter

Gong.io conversation analytics for sales insights and coaching

competitive-intelligence-tracker

509
from a5c-ai/babysitter

Competitive intelligence collection and analysis skill for systematic competitor monitoring

cog-team-intelligence

509
from a5c-ai/babysitter

Cross-reference GitHub, Linear, Slack, and PostHog with bidirectional sync for team briefs

cog-daily-intelligence

509
from a5c-ai/babysitter

Generate personalized verified news briefs with 7-day freshness and 95%+ source accuracy

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.

retrospect

509
from a5c-ai/babysitter

Summarize or retrospect on a completed Babysitter run.