Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Workflows for content creation, social media posting, and distribution.
- [Agency Agents marketing suite](https://github.com/msitarzewski/agency-agents) - 156 agent persona files across 13 categories including marketing, engineering, design, sales, and more. Install script converts to Claude Code, Cursor, or Copilot format. By Michael Sitarzewski. Codex-verified counts. 15K stars.
- [OPC Skills solopreneur marketing](https://github.com/ReScienceLab/opc-skills) - 10 standalone skills for solopreneurs: SEO/GEO optimization, Reddit research, Product Hunt search, domain hunting, logo creation, banner creation. 612 stars.
- [Everything Claude Code content engine](https://github.com/affaan-m/everything-claude-code) - Skills for article writing, market research, and investor materials.
- [NotFair](https://github.com/nowork-studio/NotFair) - Claude Code skills for SEO, GEO, Google Ads, and Meta Ads, pulling live data through Google Ads MCP, Meta Ads MCP, Google Search Console MCP, and Google Analytics (GA4) MCP. Skills cover site analysis, keyword research, meta tags, schema markup, ad audits, wasted-spend detection, and creative-fatigue analysis. ~2.9k stars.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Verify the NotFair repository exists and check basic metadata
curl -s -I https://github.com/nowork-studio/NotFair | head -1

# Fetch repository metadata to verify star count (requires GitHub CLI authentication for accuracy)
gh api repos/nowork-studio/NotFair --jq '.stargazers_count' 2>/dev/null || echo "Unable to fetch current star count; manual verification recommended"

Repository: ithiria894/awesome-claude-code-workflows

Length of output: 102


🌐 Web query:

NotFair Claude code skills SEO site analysis keyword research schema markup ad audits

💡 Result:

NotFair is an open-source platform and plugin suite designed to integrate Google Ads, Meta Ads, and SEO analysis capabilities directly into AI coding agents like Claude Code, Cursor, and other MCP-compatible (Model Context Protocol) clients [1][2][3]. The system provides a set of reusable, domain-specific skills that allow AI agents to perform technical tasks, analyze live data, and suggest—or, with user approval, execute—optimizations [4][3]. Key capabilities include: SEO and Site Analysis - Full Site Audits: The seo-analysis skill leverages Google Search Console data, URL inspection, and PageSpeed Insights to diagnose traffic drops, technical issues, and performance gaps [5][2]. - Content and Keywords: Includes tools for keyword research, intent classification, topic clustering, and SEO-optimized content writing aligned with E-E-A-T guidelines [1][2]. - Technical SEO: Features for broken link checking, meta tag optimization, and automated schema markup generation (e.g., FAQ, Product, LocalBusiness JSON-LD) [1][5][2]. - GEO (Generative Engine Optimization): Audits content for AI search engine visibility (e.g., ChatGPT, Claude, Google AI Overviews) and provides rewriting strategies to improve citation potential [1][2]. - CMS Integration: Supports connecting to platforms like WordPress, Strapi, Contentful, and Ghost for automated auditing [2]. Ad Audits and Management - Automated Diagnosis: The system audits Google and Meta Ads accounts to identify wasted spend, conversion tracking gaps, non-converting keywords, and irrelevant search terms [3][6]. - Data-Driven Recommendations: Agents analyze real-time campaign performance (spend, impression share, conversion metrics) and provide prioritized, data-backed action plans [4][3][6]. - Controlled Execution: Users can connect their accounts for read-only diagnostics or permit the AI to draft and apply campaign changes (e.g., bid adjustments, keyword management) only after explicit user approval [3][6]. NotFair operates via a combination of the NotFair web application (for UI-based auditing) and the NotFair plugin/MCP servers (for terminal-based interaction via AI agents) [2][4][3].

Citations:


Remove unverified capability claim from the entry.

The repository is accessible and the star count (~2.9k, actual: 2925) is accurate. Most described capabilities match official documentation: site analysis, keyword research, meta tags, schema markup, ad audits, and wasted-spend detection are all confirmed. However, "creative-fatigue analysis" is not documented in the official NotFair GitHub repository or published documentation—remove this claim or replace it with a verified capability like GEO (Generative Engine Optimization) audits or CMS integration support, which are actually mentioned in the project.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 136, The NotFair entry in the README includes the claim
"creative-fatigue analysis" which is not documented in the official NotFair
GitHub repository or published documentation. Remove this unverified capability
claim from the NotFair description, or replace it with a verified capability
that is actually mentioned in the project's official documentation such as GEO
(Generative Engine Optimization) audits or CMS integration support to ensure
accuracy.


## Business Operating Systems

Expand Down