nowfound

Dev tools · March 2, 2023

Git Smart Commit

Generates smart to-do comments for Git changes

What it does

Git Smart Commit This tool generates smart TODO comments for Git changes to nudge users to document them before commit. Installation Run 'npm install git-smart-commit' into your app and then follow the steps.

Does a similar job

all alternatives →
  • GC
    Generate commit messages using GPT-32023 · github.com · ▲75
  • BT
    Build the habit of writing meaningful commit messagesNov 2025 · github.com · ▲110

    Too often I find myself being lazy with commit messages. But I don't want AI to write them for me... only i truly know why i wrote the code i did. So why don't i get AI to help me get that into words from my head? That's what i built: smartcommit asks you questions about your changes, then helps you articulate what you already know into a proper commit message. Captures the what, how, and why. Built this after repeatedly being confused 6 months in a project as to why i made the change i had made... Would love feedback!

  • Updated.devDec 2025 · updated.dev · ▲145

    Turn Git commits into Linear-style release notes

  • Git2Log2024 · ▲219

    Turn your Git commits into a beautiful changelog for free

  • GN
    Gitgpt – Natural Language Git2023 · github.com · ▲108

    Hey folks, Here's a quick and dirty tool to use natural language to get git to do what you want. Example: $gitgpt create a new branch called feature/test add all the files and commit with msg creating feature test then push to origin I haven't put it through the wringer yet, however it's worked well with some pretty straight forward day to day git usage.

  • CommitAi2023 · ▲77

    Let AI handle your commit messages

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 28d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 23d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 14d ago · x1.new

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 4d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 27d ago · nuphos.ai

  • Track your AI visibility for free (using your own API keys!)

    Dev tools · 28d ago · lettertrace.com

Source: Product Hunt launch

Launched alongside, March 2023

the whole month →
  • GPT-41,161

    LLM that exhibits human-level performance

    AI · 2023 · openai.com

  • Collato972

    One AI search to find anything instantly, across all apps

    AI · 2023

  • A better UI for ChatGPT

    AI · 2023 · typingmind.com

  • Meet the internet again

    Work · 2023 · apps.apple.com

  • Sequoia726

    Anonymous sexual health app for men

    Life & fun · 2023 · sequoia.health

  • BI

    I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…

    AI · 2023 · genmon.github.io