Resolve Open Questions: a /qa Skill for Claude Code
By @atwellpub , GBTI Network Member . Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKILL.…
Latest Testing & QA news from Tech News
By @atwellpub , GBTI Network Member . Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKILL.…
A Claude Code skill is a Markdown file you drop into ~/.claude/skills/ . It describes a complete workflow: when to trigger it, how to execute it step …
Claude has, at various points in our working relationship, warmly endorsed: an efficiency statistic fabricated over one too many turns of a massive wr…
A team lead announces that the team will start using AI-assisted development. Everyone nods. Nobody asks what that actually means on Monday morning. S…
I've been building an AI-assisted editorial pipeline for technical writing. Notion cards become markdown drafts in the repo, pass through review, then…
Workflow Security vs Skill Security Skill security (Skill Series Article 02) protects a single call : can user input hijack this Skill's behavior? Wor…
Why Workflows Need a Dedicated Evaluation Framework Traditional software testing covers code correctness. Workflows add two layers of uncertainty: LLM…
quick answer cursor automations are a good fit for recurring housekeeping and hygiene tasks that already have a clear definition of done. i currently …
A small word that changes the rhythm of a job For as long as I have been writing Actions workflows I have been carrying a quiet workaround in my head.…
Хороший ответ ИИ может выглядеть как прогресс и всё равно вести к плохому результату. В статье разбираю, когда вместо немедленной правки видимого учас…
📌 Overview Today was a "silent day" — no Claude Code sessions, no commits, no code changes. Yet technical work isn't just about writing code. This day…
A plain-English walkthrough of my Claude Code workflow — written so anyone, including students, can understand what's happening and why. The Problem W…
System Boundaries: The Difference Between ChatBot, Workflow, Agent, and Harness When people first build Agent systems, they often naturally read them …
i argued in ai liberty that as models get more capable they get more confident, and that confidence makes them take liberties such as pushing to a pri…
There is a specific moment most developers hit when building AI chains, usually somewhere around the third or fourth iteration: the demo works perfect…
If AI makes the same mistake repeatedly in the same project, the problem is usually not just the model. The task contract may be unclear. The context …
The most dangerous sentence in AI delivery is: "It is done." That sentence is not evidence. AI can write confidently. A summary can look complete. A P…
Building Translation Workflows: Technical Implementation for Multi-Linguist Review Processes When you're building applications that handle critical mu…