action-junit-report: Automated Test Results
Get automated test results as GitHub Pull Request Checks with action-junit-report.
"A founder of a small startup wants to automate their test reporting for a new app. They set up action-junit-report in their GitHub workflow to receive automated PR checks with test results. As the app is deployed, they get instant feedback on any issues."
- •When you want to ensure code changes are Tested before merging into main branch
- •When you need to automate the testing and validation of Pull Requests
- •When you want to provide clear and actionable feedback to developers on test failures
name: JUnit Report
on: [push]
jobs:
report:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run JUnit tests
run: ./gradlew test
- name: Report JUnit results
uses: mikepenz/action-junit-report@v2Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/action-junit-report && curl -fsSL https://workflowstacks.com/api/skills/action-junit-report/claude-skill -o ~/.claude/skills/action-junit-report/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Action-junit-report: Automated Test Results is a small TypeScript project (~1.9k lines across 12 code files, plus 13 test files). Setup is light: install Node.js, run one command. Last commit this month, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2action.ymlWhere the program starts running
- 3package.jsonDependencies and the commands it exposes
- 4src/main.tsInside src/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/action-junit-report && curl -fsSL https://workflowstacks.com/api/skills/action-junit-report/claude-skill -o ~/.claude/skills/action-junit-report/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? and earn 85% of every sale.
Show it off in your README:
[](https://workflowstacks.com/skills/action-junit-report?utm_source=github&utm_medium=badge)The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.
Do this with a working workflow
Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.
Automate your weekly client reports
Keep each client’s metrics in a Google Sheet. Every Monday the workflow reads the week’s numbers, writes a plain-English narrative — what moved, why, and what’s next — and emails it to the client.
Free n8n templateWeekly Client Report
Every Monday, turn the week’s metrics into a clear client-facing narrative report — what happened, why, what’s next — and email it automatically.
MCP configGitHub MCP config
Search repos, read code, open issues and PRs from Claude.
Related skills
More automation tools founders pair with this one.