mostafa-drz

50 mods across 2 repositories, 5 stars between them.

mostafa-drz/claude-code-mcp-controller

MCP server Claude CodeCodexCursor +2

MCP server "claude-code-mcp-controller" as configured in mostafa-drz/claude-code-mcp-controller. Runs locally from the claude-code-mcp-controller Python package.

3 11mo ago A tokens not measured original MIT

address-pr-comments

02

mostafa-drz/claude-skills

Skill Claude CodeCodex

Fetches unresolved PR comments, categorizes them (must-fix, suggestion, question, nit), proposes fixes or replies for each, and executes approved actions. Use when addressing PR review feedback or when someone requests changes on your PR.

2 19d ago A 51 tokens original MIT

address-pr-feedback

03

mostafa-drz/claude-skills

Skill Claude CodeCodex

Comprehensively addresses PR feedback by fetching all comments, deploying parallel agents for critical analysis of each suggestion, making implementation decisions, then systematically implementing fixes with incremental commits and browser validation. Use when you need to systematically process and implement all PR…

2 19d ago A 61 tokens original MIT

audit-skills

04

mostafa-drz/claude-skills

Skill Claude CodeCodex

Audit personal Claude skills for consistency, best practices, and up-to-date standards.

2 19d ago A 5 tokens original MIT

audit-ui-e2e

05

mostafa-drz/claude-skills

Skill Claude CodeCodex

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

2 19d ago A 152 tokens original MIT

build-incremental

06

mostafa-drz/claude-skills

Skill Claude CodeCodex

Implements code in progressive, verified increments — auto-detects the project's toolchain, builds each unit, runs checks (typecheck, lint, test), fixes errors, and commits with semantic messages. Use when building features, implementing milestones, or making multi-step changes.

2 19d ago A 60 tokens original MIT

capture-screens

07

mostafa-drz/claude-skills

Skill Claude CodeCodex

Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…

2 19d ago A 101 tokens original MIT

chunk-pr

08

mostafa-drz/claude-skills

Skill Claude CodeCodex

Break one big PR into a sequence of small, logical, merge-safe PRs. Suggest, don't decide — the user approves every chunk and every destructive action.

2 19d ago A 4 tokens original MIT

clean-copy

09

mostafa-drz/claude-skills

Skill Claude CodeCodex

Cleans terminal-formatted text and copies it to the macOS clipboard via pbcopy, formatted for the target platform (Gmail, Slack, LinkedIn, plain, markdown). Strips uniform leading indentation, trailing whitespace, and soft-wrapped paragraphs that come from copying out of a terminal, then applies platform conventions…

2 19d ago A 122 tokens original MIT

compliance-audit

10

mostafa-drz/claude-skills

Skill Claude CodeCodex

Audits codebases against compliance frameworks (SOC2, HIPAA, PCI-DSS, GDPR, ISO27001, etc.) using parallel agents per subdirectory/sub-repo. Produces a detailed markdown report with line-level code references. Use when you need to check a directory or monorepo for compliance violations before an audit or review.

2 19d ago A 74 tokens original MIT

daily-brief

12

mostafa-drz/claude-skills

Skill Claude CodeCodex

Surface what changed since you last looked — PR reviews, ticket updates, new assignments, mentions — from all your project tools.

2 19d ago A 5 tokens original MIT

docs-doctor

13

mostafa-drz/claude-skills

Skill Claude CodeCodex

Audits a repository's documentation for unused docs, wrong details, missing coverage, inaccurate data, broken structure, and writing best-practices. Generates a markdown report (HTML optional) with severity ratings. Supports modes (main, comprehensive, focused, quick), per-profile templates (open-source…

2 19d ago A 136 tokens original MIT

emotional-recap

14

mostafa-drz/claude-skills

Skill Claude CodeCodex

Reviews the user's past Claude Code conversations from a wellbeing perspective — sentiment, tone, emotional arc, recurring patterns — and generates a supportive, science-grounded report in both Markdown and HTML. Default lookback is 48 hours across all projects. Uses recognised emotion frameworks (Plutchik, Ekman…

2 19d ago A 135 tokens original MIT

enrich-message

15

mostafa-drz/claude-skills

Skill Claude CodeCodex

Enrich a draft message with code references, ticket links, and factual data. Outputs copy-pasteable markdown.

2 19d ago A 5 tokens original MIT

exploration-to-spec

16

mostafa-drz/claude-skills

Skill Claude CodeCodex

Converts an exploration conversation (architecture discussions, codebase analysis, design decisions) into a structured technical specification document. Generates a comprehensive but concise product-engineering doc suitable for PMs, tech leads, designers, frontend/backend engineers, and QA. Use when you've finished…

2 19d ago A 72 tokens original MIT

extract-skill

17

mostafa-drz/claude-skills

Skill Claude CodeCodex

Scans the current conversation for patterns worth turning into a reusable skill or memory rule — feedback you've given Claude, workflows you've walked through, corrections, best practices, recurring setups. Proposes candidates, classifies each as skill (multi-step workflow) or memory (single rule), cross-checks…

2 19d ago B 134 tokens original MIT

get-up-to-speed

18

mostafa-drz/claude-skills

Skill Claude CodeCodex

Reviews the latest git history, branch state, Linear ticket, and open work to build a concise situational summary. Use when picking up work after another agent, resuming a session, or onboarding to a branch mid-flight.

2 19d ago A 50 tokens original MIT

git-cleanup

19

mostafa-drz/claude-skills

Skill Claude CodeCodex

Identifies and removes stale git branches, orphaned remote branches, and unused worktrees. Cross-references with Linear (or other integrations) to check issue status before deleting. Use when your repos have accumulated stale branches and you want to tidy up.

2 19d ago A 54 tokens original MIT

mostafa-drz/claude-skills

Skill Claude CodeCodex

Generates polished markdown guides from a directory of screenshots and a narrative. Visually reads each image, filters out redundant or irrelevant captures, organizes them contextually, and produces a Notion-compatible markdown file with image placeholders and structured sections. Use when you have screenshots and…

2 19d ago A 73 tokens original MIT

investigate-ci

21

mostafa-drz/claude-skills

Skill Claude CodeCodex

Investigates GitHub Actions workflow failures for any repo. Fetches recent runs, identifies failures, extracts error logs, diagnoses root causes, and suggests fixes. Use when a deploy or CI workflow fails and you need to understand why.

2 19d ago A 50 tokens original MIT

next-steps

22

mostafa-drz/claude-skills

Skill Claude CodeCodex

Generate a stakeholder-aligned next-steps checklist for a multi-stakeholder project from the current conversation and connected context. Use when the user has just had a working session and now needs to align teammates (PM, design, engineering, leadership) on what happens next, who owns it, and what's blocked. Output…

2 19d ago A 86 tokens original MIT

mostafa-drz/claude-skills

Skill Claude CodeCodex

Scans a folder for recent screenshots, visually classifies which ones are relevant to current work, and organizes them into a target directory with descriptive filenames. Use when collecting screenshots for PRs, bug reports, docs, or Linear issues.

2 19d ago A 53 tokens original MIT

post-pr-for-review

24

mostafa-drz/claude-skills

Skill Claude CodeCodex

Generates a contextual Slack message for posting a PR to the team's review channel. Pulls context from PR diff, Linear ticket, session conversation, and related PRs to write a concise, informative review request. Use when sharing a PR for review, posting to the review channel, or preparing a review request message.

2 19d ago A 68 tokens original MIT