follow-up
SolidFind emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses
AI & Automation 29 stars
12 forks Updated 4 weeks ago Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Follow-Up
Find emails that need follow-up and draft contextual responses.
## Unanswered Sent Emails
Find emails you sent that received no reply after N days:
1. **Search Sent folder** for emails sent N+ days ago:
```
messages(action="search", query="SINCE 2026-03-16 BEFORE 2026-03-20", folder="Sent", account="...")
```
2. **Cross-reference Inbox** for replies:
- For each sent email, search Inbox for matching Subject (with `Re:` prefix):
`messages(action="search", query="SUBJECT \"Re: <original subject>\" FROM <recipient>")`
- If no matching reply found, this email needs follow-up
3. **Present candidates** with context:
```
No reply after 5 days:
1. "API Integration Proposal" to partner@company.com (sent Mar 18)
Original: Asked about timeline for API access
2. "Invoice #2024-003" to client@business.com (sent Mar 16)
Original: Sent invoice, requested payment confirmation
```
## Flagged but Unreplied
Find received emails you flagged/starred but never responded to:
```
messages(action="search", query="FLAGGED", account="...")
```
Then for each flagged email, check Sent folder for a reply with matching subject. If none found, it needs attention.
## Drafting Follow-Up Messages
For each follow-up candidate:
1. **Read the original thread** to get full context
2. **Decide reply type**:
- If original was your sent email with no reply: draft a gentle follow-up referencing the original
- If original was received and you ...
Details
- Author
- n24q02m
- Repository
- n24q02m/better-email-mcp
- Created
- 6 months ago
- Last Updated
- 4 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
follow-up
Find emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses
3 Updated 1 weeks ago
n24q02m AI & Automation Listed
followup
Draft the single follow-up to an unanswered cold email, or draft the reply to a company that has responded. Use when a follow-up comes due, when a reply arrives, or to see across both trackers what is owed. Enforces the one-follow-up-only rule.
1 Updated 2 days ago
Faaz17 AI & Automation Featured
followups
Track sent messages awaiting responses across communication channels
1,231 Updated today
vellum-ai