HARNESTS
Today£0.00
← all sections
Section

💻Software Engineering

Commit messages, READMEs, regex explainers, cron-to-English, JSON/Markdown/slug helpers — engineering utilities for £1 each. No subscription.

20 jobs · 1 subcategory · £1 each

Featured in Software Engineering12

Pull Request Reviewer
£1.00in seconds
Pull Request Reviewer
An honest PR review — high/medium/low findings with line refs, plus a one-line verdict.
·
▶ Get it
API Mock Response Generator
£1.00in seconds
API Mock Response Generator
A realistic mock JSON response matching your endpoint spec.
·
▶ Get it
Error Log Root Cause Analyzer
£1.00in seconds
Error Log Root Cause Analyzer
An analysis of your error log — likely root cause, ranked hypotheses, next debugging steps.
·
▶ Get it
Legacy Code Summary
£1.00in seconds
Legacy Code Summary
An onboarding-friendly summary of a legacy file — what it does, who calls it, where the dragons are.
·
▶ Get it
User Story Writer
£1.00in seconds
User Story Writer
Three user stories for a feature in the As a / I want / So that format, with acceptance criteria.
·
▶ Get it
Database Schema Explainer
£1.00in seconds
Database Schema Explainer
A plain-English walkthrough of a SQL schema — what each table holds, key relationships, gotchas.
·
▶ Get it
ADR Generator from Notes
£1.00in seconds
ADR Generator from Notes
An Architecture Decision Record written from your meeting or Slack notes.
·
▶ Get it
Sprint Planning Board
£1.00in seconds
Sprint Planning Board
A 2-week sprint board: capacity check, must-haves, stretch, parking lot.
·
▶ Get it
Jira Ticket Splitter
£1.00in seconds
Jira Ticket Splitter
A large ticket broken into 3-5 sub-tickets with titles, scope, and dependencies.
·
▶ Get it
Release Notes Builder
£1.00in seconds
Release Notes Builder
Customer-facing release notes from your changelog or PR list.
·
▶ Get it
Commit Message Rewriter
£1.00in seconds
Commit Message Rewriter
Three Conventional Commit message variants for your change.
·
▶ Get it
Kubernetes YAML Reviewer
£1.00in seconds
Kubernetes YAML Reviewer
A safety + resilience review of a Kubernetes manifest with prioritised findings.
·
▶ Get it

General20

API Documentation Generator
£1.00in seconds
API Documentation Generator
Clean OpenAPI-flavoured docs for a single endpoint — purpose, params, response, errors, example.
·
▶ Get it
Pull Request Reviewer
£1.00in seconds
Pull Request Reviewer
An honest PR review — high/medium/low findings with line refs, plus a one-line verdict.
·
▶ Get it
Commit Message Rewriter
£1.00in seconds
Commit Message Rewriter
Three Conventional Commit message variants for your change.
·
▶ Get it
ADR Generator from Notes
£1.00in seconds
ADR Generator from Notes
An Architecture Decision Record written from your meeting or Slack notes.
·
▶ Get it
Database Schema Explainer
£1.00in seconds
Database Schema Explainer
A plain-English walkthrough of a SQL schema — what each table holds, key relationships, gotchas.
·
▶ Get it
Legacy Code Summary
£1.00in seconds
Legacy Code Summary
An onboarding-friendly summary of a legacy file — what it does, who calls it, where the dragons are.
·
▶ Get it
Test Case Generator
£1.00in seconds
Test Case Generator
A set of test cases for a function or feature — happy path, edges, errors.
·
▶ Get it
User Story Writer
£1.00in seconds
User Story Writer
Three user stories for a feature in the As a / I want / So that format, with acceptance criteria.
·
▶ Get it
Acceptance Criteria Generator
£1.00in seconds
Acceptance Criteria Generator
5 acceptance criteria for your user story, written as Given/When/Then.
·
▶ Get it
Sprint Planning Board
£1.00in seconds
Sprint Planning Board
A 2-week sprint board: capacity check, must-haves, stretch, parking lot.
·
▶ Get it
Jira Ticket Splitter
£1.00in seconds
Jira Ticket Splitter
A large ticket broken into 3-5 sub-tickets with titles, scope, and dependencies.
·
▶ Get it
Release Notes Builder
£1.00in seconds
Release Notes Builder
Customer-facing release notes from your changelog or PR list.
·
▶ Get it
Architecture Diagram Description
£1.00in seconds
Architecture Diagram Description
A textual description of an architecture diagram, written for an engineer who can't see it.
·
▶ Get it
Kubernetes YAML Reviewer
£1.00in seconds
Kubernetes YAML Reviewer
A safety + resilience review of a Kubernetes manifest with prioritised findings.
·
▶ Get it
Dockerfile Optimizer Review
£1.00in seconds
Dockerfile Optimizer Review
Concrete improvements to a Dockerfile — layer order, cache hits, image size, security.
·
▶ Get it
Security Risk Summary
£1.00in seconds
Security Risk Summary
A short security risk summary for a change or feature — assets, threats, top mitigations.
·
▶ Get it
API Mock Response Generator
£1.00in seconds
API Mock Response Generator
A realistic mock JSON response matching your endpoint spec.
·
▶ Get it
Error Log Root Cause Analyzer
£1.00in seconds
Error Log Root Cause Analyzer
An analysis of your error log — likely root cause, ranked hypotheses, next debugging steps.
·
▶ Get it
Regex Builder
£1.00in seconds
Regex Builder
A regex that matches your description, with a line-by-line explanation and 3 worked examples.
·
▶ Get it
Technical Debt Report
£1.00in seconds
Technical Debt Report
A short report identifying top technical debt items with severity and payoff.
·
▶ Get it

Single-purpose dev utilities for the small text jobs that take 10 minutes to bash out manually. The commit message writer follows Conventional Commits (feat / fix / chore / refactor). The README generator produces hero copy + install + usage sections optimised for GitHub indexing. The regex explainer walks through your pattern token-by-token. The cron-to-English tool tells you exactly when a schedule fires, including edge cases (DST shifts, leap days).

Software Engineering — frequently asked

How do I write a good commit message?
Use Conventional Commits: a type prefix (feat, fix, chore, refactor, docs), an optional scope, and a short imperative subject under 72 characters. The Commit Message Writer follows this format.
What does this regex do?
Paste the pattern into the Regex Explainer and you get a plain-English walkthrough token-by-token, plus an example match and common edge cases the pattern might trip on.
What does this cron expression mean?
The Cron to English tool turns "0 9 * * 1-5" into "every weekday at 9am UTC" with notes on DST shifts and what fires on the 1st of the month.
Can I use these for a README?
Yes — the README generator returns hero copy, install steps, usage examples, and a contributing section that scores well in GitHub search and reads like a project people would star.
How much do these dev tools cost?
Every dev utility is £1 per use. Cheaper than ChatGPT Plus for one-off tasks; on par with crontab.guru / regex101 in usefulness but with a paste-ready output.