ASHAN's avatar

ASHAN

2Gang Members
0Ganging

Joined May 2026

Full Stack Developer from Pakistan. I build web apps with React, Next.js, Node.js, and Firebase, and I'm currently wiring AI APIs into real products. APTECH gave me the foundation; the rest I figured out by breaking things. I ship clean code and I care about how it looks. Available for freelance.

Ideas (2)

ASHAN's avatarASHAN·

GitHub Co-Author Commit Automation Tool

Built a Python tool that automates co-authored GitHub pull requests. It handles branch creation, appends the Co-authored-by git trailer to every commit, pushes, and merges — giving both contributors proper credit automatically. Supports sequential and parallel modes, state-based resuming if interrupted, Discord/Slack notifications, and multi-token rotation for rate limit management. Good for batch documentation workflows, testing co-authoring pipelines, or just understanding how GitHub tracks collaboration under the hood. MIT licensed, fully open-source. GitHub: https://github.com/itxashancode/Pair-Extraordinaire

Image for GitHub Co-Author Commit Automation Tool
ASHAN's avatarASHAN·

GitHub PR Automation Tool for Developers

I built a Python tool that automates GitHub pull request workflows — branch creation, commits, pushes, and merges. Useful for stress-testing CI/CD pipelines, batch documentation updates, and understanding how GitHub's API and rate limiting work under the hood. It supports sequential and parallel modes, multi-token rotation, proxy handling, and Discord/Slack notifications. Fully open-source, MIT licensed. Built this to learn automation patterns and GitHub API internals. The repo has full setup docs if anyone wants to dig in or contribute. GitHub: https://github.com/itxashancode/Pull-Shark-Automation

Image for GitHub PR Automation Tool for Developers