Agentic Workflows with Markdown
New obsession unlocked: shipping mini-agentic workflows with just markdown files!
I modified the Claude Code’s /code-review command to make a change to help automate our team pull requests and code review process. It checks template compliance, reviews code, writes to my Obsidian vault (NOT directly to GitHub). Human in the loop.
As PR volume increased I needed help context switching. I don’t trust AI to do everything, but I do want it to catch the obvious stuff so I can focus on what matters.
The whole workflow? One markdown file with bash commands and logic steps.
https://github.com/DigitalDuquette/.dotfiles/blob/main/.claude/commands/code-review-local.md



