Skip to content
View MoradMoqbel's full-sized avatar

Block or report MoradMoqbel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MoradMoqbel/README.md

Hi there, I'm Morad Moqbel 👋

🚀 Founder & Solo Builder of ApiPatch | AI Agents & Developer Infrastructure Engineer

GitHub followers LinkedIn PyPI


"Building autonomous, self-healing developer tools that maintain production codebases in the background."


⚡ Featured Project: ApiPatch

Autonomous AI Agent for API Breaking Changes & Self-Maintaining Codebases

PyPI version License: MIT GitHub Action Tests Passing

Over 30% of cloud outages and broken builds happen because third-party APIs update and silently break code. Tools like Dependabot only bump version numbers in config files—they do not fix actual code logic.

ApiPatch monitors vendor changelogs, scans codebases (Python, JS, TS), grounds changes via live docs (DocHunter™), refactors code logic with AST syntax safety & self-healing loops, and opens ready-to-merge Pull Requests.

# Install & run in 2 seconds
pip install apipatch
apipatch scan .

🤖 CI/CD Integration with 1-Click GitHub Action

- uses: MoradMoqbel/apipatch@v0.8.1
  with:
    mode: 'fix'
    api_key: ${{ secrets.GEMINI_API_KEY }}
    github_token: ${{ secrets.GITHUB_TOKEN }}
    auto_pr: 'true'

🔗 Explore ApiPatch on GitHub →


🛠️ Tech Stack & Expertise

  • Languages: Python (AST, Metaprogramming, AsyncIO), TypeScript, JavaScript, SQL
  • AI & Agentic Systems: LLM Orchestration, DocHunter Grounding, Ephemeral Sandboxing, AST Self-Healing Loops
  • AI Providers: Gemini 2.5 Flash, Claude 3.7 / 3.5 Sonnet, GPT-4o, AWS Bedrock
  • DevOps & Infrastructure: GitHub Actions, CI/CD Workflows, Docker, PyPI Distribution, PostHog Analytics

📈 Real-Time Impact & Milestones

  • ApiPatch v0.8.1 shipped on PyPI & GitHub Actions.
  • 🌍 330+ installs across US, Singapore, Japan, UK, and Europe.
  • 🩺 Submitted autonomous refactoring Pull Requests to top-tier repositories (including Microsoft MarkItDown & Anthropic Skills).
  • 🏆 Applied to Y Combinator to scale autonomous software maintenance infrastructure.

📬 Connect with Me

Built with ❤️ and relentless execution by Morad Moqbel

Popular repositories Loading

  1. crm-management crm-management Public

    HTML

  2. ProcureFlow ProcureFlow Public

    JavaScript

  3. MoradMoqbel MoradMoqbel Public

  4. kafaah kafaah Public

    TypeScript

  5. apipatch apipatch Public

    Python

  6. duck-e duck-e Public

    Forked from jedarden/duck-e

    🦆 DUCK-E: The Duck That Talks Back - An AI-powered voice assistant that revolutionizes rubber duck debugging by actively engaging in your debugging process. Built with OpenAI Realtime API, FastAPI,…

    Python