Generate a Tech Gazette as a self-contained HTML file covering 18+ topic areas relevant to Software Architects and Lead Developers working in Shopware/E-Commerce agencies. Supports daily and weekly editions. Use this skill whenever the user asks to create a tech gazette, generate a tech briefing, write a tech newspaper, or says things like "tech gazette", "Gazette erstellen", "daily tech news", "weekly tech news", "Tech-Briefing", "tägliche Gazette", "wöchentliche Gazette".
Generate a tech news briefing as a self-contained, newspaper-styled HTML file.
Parse $ARGUMENTS for:
--weekly): --daily or --weekly--topics): custom topics with search terms, separated by ;--customers): customer definitions separated by |--weekly --topics "Rust: Rust language release news; WebAssembly: WASM runtime browser news" --customers "shop.de: Shopware 6.6. Wettbewerber: x.de | other.de: ..."
If no frequency flag is provided, default to --weekly.
If no customers are provided, skip the Customer Radar section entirely.
--topics flag: Use the default 18 topics (see below)--topics "...": Replace the default 18 topics with the provided custom topics. Each custom topic becomes its own section with a .section-header. Generate 1-2 WebSearch queries per custom topic using the provided search terms.--topics "+..." (with leading +): Append custom topics to the default 18. Example: --topics "+Rust: Rust lang news; WASM: WebAssembly news"| Aspect | --daily | --weekly |
|---|---|---|
| Filename | tech-gazette-daily-{YYYY-MM-DD}.html | tech-gazette-weekly-{YYYY-MM-DD}.html |
| Search scope | Last 24-48 hours | Last 7 days |
| Search queries | Append today or yesterday to queries | Use {MONTH} {YEAR} |
| Articles per topic | 1-2 (only significant news) | 2-4 (comprehensive) |
| Topics | Only topics with actual news (skip empty ones) | All 18 topics required |
| Hero article | Yes | Yes |
| Monats-Kontext | Skip | Yes |
| Layout variety | Simpler (prefer B, C, F) | Full rotation (A-G) |
| Masthead tagline | "Daily Tech Intelligence for Software Architects" | "Weekly Tech Intelligence for Software Architects" |
| Edition label | "Tagesausgabe · {date}" | "Ausgabe XX/2026" |
# Weekly edition with default topics, no customers
/tech-gazette
# Daily edition with customers
/tech-gazette --daily --customers "babyone.de: Shopware 6.6, PHP 8.2, ScaleCommerce, Adyen. Wettbewerber: babywalz.de, windeln.de | more-and-more.de: Shopware 6.6, PHP 8.3, Headless React. Wettbewerber: gerry-weber.de"
# Custom topics only (replaces default 18)
/tech-gazette --topics "Rust: Rust language release news; Go: Golang news updates; Zig: Zig language compiler news"
# Default topics + additional custom topics
/tech-gazette --weekly --topics "+Rust: Rust lang news; WebAssembly: WASM runtime browser news"
# Everything combined
/tech-gazette --daily --topics "+Kubernetes: K8s release news" --customers "shop.de: Shopware 6.6, PHP 8.3. Wettbewerber: competitor.de"
When using the default 18 topics, launch these WebSearches in parallel using current month/year ({MONTH} {YEAR}):
Shopware 6 update release news {MONTH} {YEAR}Shopware security advisory CVE {MONTH} {YEAR}Shopify news updates {MONTH} {YEAR} developer changelogPHP release news {MONTH} {YEAR}PHP security fix CVE Composer {MONTH} {YEAR}Symfony release news {MONTH} {YEAR}React Vue Next.js JavaScript TypeScript news {MONTH} {YEAR}Vite Tailwind CSS frontend tooling news {MONTH} {YEAR}AI developer tools Claude Anthropic Copilot news {MONTH} {YEAR}Docker GitHub Actions CI CD DevOps news {MONTH} {YEAR}MySQL MariaDB Redis Elasticsearch release news {MONTH} {YEAR}Ubuntu Linux kernel release news {MONTH} {YEAR}cloud hosting Hetzner AWS Cloudflare news {MONTH} {YEAR}Core Web Vitals web performance news {MONTH} {YEAR}e-commerce trends headless commerce {MONTH} {YEAR}Stripe Mollie Adyen PayPal payment API news {MONTH} {YEAR}GDPR DSGVO privacy ePrivacy ruling news {MONTH} {YEAR}OWASP web security CVE supply chain attack news {MONTH} {YEAR}PHPUnit Playwright Cypress Vitest testing news {MONTH} {YEAR}For each custom topic, generate 1-2 WebSearch queries from the provided search terms:
{search terms} news {MONTH} {YEAR}{search terms} release update {MONTH} {YEAR}Create a matching tag-{topicname} CSS class using a color that fits the topic. Add it to the <style> block alongside the template CSS.
Per customer (if provided), add 3-5 searches:
{domain} platform security update {MONTH} {YEAR}{domain} market segment trends {YEAR}{competitor} e-commerce news {MONTH} {YEAR}Also WebFetch each customer's shop URL for live findings.
Language: German
Filename: tech-gazette-daily-{YYYY-MM-DD}.html or tech-gazette-weekly-{YYYY-MM-DD}.html (based on frequency)
Read the CSS and HTML templates from this skill's directory:
skills/tech-gazette/template.css — copy VERBATIM into <style> blockskills/tech-gazette/template.html — use as structural reference for HTML classes and layout patternsCRITICAL: Use the EXACT CSS and HTML classes from the templates. Do NOT invent custom CSS, classes, or layout systems.
.lead.section-header)Default 18 topics (used when no --topics flag is provided):
Shopware, Shopify, PHP & Composer, Symfony, JavaScript & TypeScript, Build-Tooling & CSS, AI für Developer, DevOps & CI/CD, Databases, Linux/Ubuntu, Cloud & Hosting, Web Performance, Agency/New Work, E-Commerce Trends, Payment, GDPR/Privacy, OWASP & Security, Testing & QA
Custom topics replace or extend this list (see Input section). Each custom topic gets its own section-header, tag, and search queries.
Layouts MUST alternate — never use the same layout more than 2x consecutively.
compact-listRecommended sequence: A → C → B → D → E → A → F → D → G → B
Do NOT stamp everything with the current calendar week. Each article gets the KW when it was actually published. Use 2-3+ different KW values. Classes: current (this week), recent (last week), older (older), context (monthly context).
2-4 per sidebar: <div class="sidebar-note"><strong>Label</strong>Text</div>
Severity: badge-kritisch (red), badge-wichtig (orange), badge-update (blue), badge-info (gray)
Tags: tag-shopware, tag-shopify, tag-php, tag-symfony, tag-js, tag-css, tag-ai, tag-devops, tag-db, tag-linux, tag-cloud, tag-perf, tag-agency, tag-ecommerce, tag-payment, tag-privacy, tag-security, tag-testing
Status badges: status-ok (green), status-action (yellow), status-urgent (red)
Sentiment badges: sentiment-positiv, sentiment-negativ, sentiment-neutral, sentiment-gemischt, sentiment-ausbaufaehig
Each customer card includes: header with status, market overview stats, competitor table, top 3 shop findings, affected gazette articles, industry priorities.