Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Weekly Report

ASecurity

Monday morning full pipeline review with metrics, channel performance, and forecast. Reads all CRM tabs, calculates deltas vs previous week, and generates actionable recommendations.

2 stars
0 votes
0 copies
1 views
Added 9/10/2026
datagotestingperformance

Security Analysis

A100/100

Scanned 9/10/2026

Install to Claude Code

$npx -y skills add ekatasingh1107/b2b-gtm-skills --skill weekly-report --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Weekly Report?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Weekly Report
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ekatasingh1107-weekly-report/badge)](https://www.skillsdirectory.com/skills/ekatasingh1107-weekly-report)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: weekly-report
description: >
  Monday morning full pipeline review with metrics, channel performance,
  and forecast. Reads all CRM tabs, calculates deltas vs previous week,
  and generates actionable recommendations.
tags: [weekly, reporting, analytics, pipeline, playbook]
---

# Weekly Report

Full pipeline review designed to run every Monday morning. Pulls data from all CRM tabs, computes week-over-week deltas, and generates a structured report with metrics, channel performance, lead quality analysis, revenue forecasting, and concrete recommendations for the week ahead.

## Prerequisites

- `agency.config.json` fully populated (run `/agency-setup` first)
- CRM initialized with data from at least one week of pipeline activity
- Tool stack configured (Apollo, email validator, email sender, LinkedIn tool)

## Composites & Capabilities Used

1. `crm-writer` -- read CRM data from all tabs
2. `pipeline-dashboard` -- pull aggregated metrics (if built)

## Phase 0: Data Collection

Read from CRM all tabs:
- **Pipeline tab**: all leads with stages, scores, dates, and ownership
- **Outreach log**: all actions this week (emails, LinkedIn, Instagram, calls)
- **Email drafts**: sent vs drafted counts, subject lines, reply tracking
- **Calling tab**: calls made, outcomes (connected, voicemail, no answer, meeting booked)
- **Dashboard tab**: previous week's numbers for comparison

Pull the date range: Monday 00:00 through Sunday 23:59 of the reporting week.

## Phase 1: Pipeline Metrics

Calculate and present:

```
WEEKLY PIPELINE REPORT -- Week of [Date]
===

PIPELINE SNAPSHOT:
- Total active leads: N (delta vs last week: +/-N)
- By stage:
  NEW:             N
  RESEARCHED:      N
  ENRICHED:        N
  OUTREACH_READY:  N
  CONTACTED:       N
  REPLIED:         N
  DEMO_BOOKED:     N
  WON:             N
  LOST:            N

NEW LEADS THIS WEEK: N
- Signal scan: N
- Platform scraper: N
- Inbound: N
- Referral: N
```

Include stage-by-stage delta vs previous week. Highlight any stage with > 20% change.

## Phase 2: Outreach Performance

```
OUTREACH METRICS (Last 7 Days):
---
Emails:
- Sent: N
- Opens: N (X%) [if trackable]
- Replies: N (X%)
- Positive replies: N
- Demo from email: N

LinkedIn:
- Connections sent: N
- Accepted: N (X%)
- DMs sent: N
- Replies: N (X%)

Instagram:
- DMs sent: N
- Replies: N (X%)

Calls:
- Made: N
- Connected: N (X%)
- Meetings booked: N

BEST PERFORMING:
- Best email subject: "[subject]" (X% reply rate)
- Best channel: [channel] (X% response rate)
- Best touch point: Touch N (X% response rate)
```

Break down by day of week if enough data exists to surface timing patterns.

## Phase 3: Lead Quality

```
LEAD QUALITY:
---
HOT leads generated: N
WARM leads generated: N
COOL leads (filtered): N

Conversion funnel:
Signal -> Lead: X%
Lead -> Enriched: X%
Enriched -> Contacted: X%
Contacted -> Replied: X%
Replied -> Demo: X%
Demo -> Won: X%

Average lead score: N
Top platforms by quality: [ranked list]
```

Flag any funnel stage with conversion below historical average.

## Phase 4: Revenue Impact

```
REVENUE PIPELINE:
---
Demos booked this week: N
Demos booked total: N
Proposals sent: N
Deals in negotiation: N
Deals won this week: N
Revenue won: $X

Pipeline value (weighted):
- HOT leads * close rate: $X
- Demos scheduled: $X
- Proposals out: $X
Total pipeline value: $X
```

Use close rate estimates from `agency.config.json` if available, otherwise use industry defaults (HOT: 15%, Demo: 30%, Proposal: 50%).

## Phase 5: Credit Usage

```
TOOL CREDITS:
---
Apollo credits used: N / N remaining
ZeroBounce credits used: N / N remaining
Email sends: N / N daily cap
```

Flag if any tool is below 20% remaining credits. Calculate projected depletion date at current burn rate.

## Phase 6: Insights & Recommendations

Based on the data, generate 3-5 specific recommendations:
- If reply rate < 3%: "Email copy needs revision. Consider testing new subject lines."
- If LinkedIn outperforms email: "Shift more outreach to LinkedIn. Increase daily connection cap."
- If HOT leads are low: "Expand signal scan to more platforms or broaden keywords."
- If follow-ups are being missed: "N leads had overdue follow-ups. Catch up today."
- If one segment outperforms: "India D2C segment has 2x reply rate. Prioritize."
- If demo-to-won rate is dropping: "Review demo quality. Consider pre-qualifying harder."
- If pipeline is top-heavy (many NEW, few CONTACTED): "Enrichment is the bottleneck. Allocate more time to Phase 2."

Each recommendation includes: observation, impact estimate, and suggested action.

## Phase 7: Next Week Plan

Suggest adjustments based on this week's data:
- Target lead count for next week (increase if pipeline is thin, maintain if healthy)
- Channels to prioritize (based on Phase 2 performance data)
- Cadence adjustments (touch timing, sequence changes)
- Content angles to test (new subject lines, new value props, new case studies)
- Specific accounts to focus on (stalled deals, high-value prospects)

```
NEXT WEEK TARGETS:
---
New leads: N
Enrichments: N
Outreach drafts: N
Follow-ups: N
Demos target: N
Calls target: N

PRIORITY ACTIONS:
1. [Specific action with owner and deadline]
2. [Specific action with owner and deadline]
3. [Specific action with owner and deadline]
```

## Example Usage

**Trigger phrases:**
- "Run the weekly report"
- "Monday pipeline review"
- "How did we do this week?"
- "Generate weekly sales metrics"

Attribution

ekatasingh1107ekatasingh1107
View sourceMore from ekatasingh1107 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

663290 votes

Weather

Get current weather and forecasts (no API key required).

484900 votes
View all in data →