Add four skills for Tempo/KSeF timesheet and invoice workflows: - check-my-timesheet: show/log the current user's Tempo time entries - timesheet-checker: audit timesheet completion across all reporters - invoice-checker: pull KSeF invoices, check contractors + MF white list - invoice-prep: summarize Tempo hours per Jira project for invoicing Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
506 B
Text
15 lines
506 B
Text
# Timesheet Checker — credentials template
|
|
# Copy this file to .env and fill in your values.
|
|
# .env is gitignored and never committed.
|
|
|
|
# Tempo API token — generate at: Tempo → Settings → API Integration
|
|
TEMPO_API_TOKEN=
|
|
|
|
# Your Atlassian / Jira Cloud URL
|
|
JIRA_BASE_URL=https://your-company.atlassian.net
|
|
|
|
# The email address you use to log into Jira
|
|
JIRA_EMAIL=your.email@company.com
|
|
|
|
# Jira personal API token — generate at: https://id.atlassian.com → Security → API tokens
|
|
JIRA_API_TOKEN=
|