Bascht74
Community@Bascht74
Bascht74 provides German-language software engineering discipline skills covering commit hygiene, test integrity, changelog maintenance, CI monitoring, and release readiness.
Agent Skills by Bascht74
Showing 9 vetted skills indexed across 1 GitHub repositories.
commit
Writes and validates git commit subject lines, bodies, and trailer lines against repository rules.
test-rot
Diagnose red, flaky, or untrustworthy tests through an ordered root-cause checklist.
test-neu
Guides writing and modifying Python test files with counter-proof requirements and naming conventions.
handbuch
Updates bilingual user manual chapters in docs/ to match observable program changes.
changelog
Write and review bilingual CHANGELOG.md sections for software releases.
ci
Monitor GitHub Actions runs and diagnose red CI jobs after pushes.
strang
Plan parallel work strands by assigning file ownership and order templates before editing.
workflow
Orchestrates multi-agent parallel workflows with verification stages and structured output schemas.
bilder
Regenerates bilingual manual screenshots of the application window before each release.
Frequently Asked Questions About Bascht74
FAQPage SchemaWhat tasks can I handle using Bascht74's skills?▼
You can write and judge commit messages, split oversized commits, diagnose red or flaky tests, edit tests/*_test.py files, verify green checks via counterproofs, maintain CHANGELOG.md, update docs/ manuals and screenshots, wait on CI builder results, and approve version releases.
Who are Bascht74's skills designed for?▼
They target software developers and maintainers working in German-language projects who enforce discipline around commits, tests, changelogs, documentation, and releases. The skills reference claude, contributing, agents, and pr tables, suiting maintainers coordinating multi-agent or multi-file engineering work.
How do the skills trigger during development?▼
Each skill activates on a defined 'when' condition: a commit message being written, a test turning red or untrustworthy, any change inside tests/*_test.py, a pushed commit awaiting builder results, a docs/ mismatch after UI changes, or a version about to be published.
What prerequisites do Bascht74's skills require?▼
The manifest assumes a project with a tests/ directory containing *_test.py files, a tests/state/counterproof location, a docs/ manual possibly in two languages, a CHANGELOG.md, and a CI builder with six machines answering in about four minutes. No external dependencies are listed.
How do the skills coordinate multi-file or parallel work?▼
The strang skill cuts task ordering when work touches more than one file, deciding when to work alone. The workflow skill splits wide tasks, such as multi-file audits or fault sweeps, so several agents run in parallel and return fast, trustworthy results.