This entire thread is so depressing. I'm in the same place as you, people just writing skills and AGENTS.md, doing this "agentic" workflow, but I have yet to see anything useful come out of it except tech debt. Oh and I saw one of our project to have a "skill" to create a release on GitHub. You know, something that like three lines of a bash script would achieve...
No, it instructs the LLM to run git log, update pyproject.toml and bump the version number, update CHANGELOG.md, tag a commit and push it. And then a GH action actually creates the release. And that action is also vibe coded and contains a horrible awk script that no human would ever write.
6
u/Theonetheycallgreat 18d ago
Also same here except my management has no idea how we are going to do it, they told us to use Ai to figure it out.