log
Log work from orchestrated tasks to external project management tools like Linear, Obsidian, Jira, or GitHub Issues.
Content Preview
# Orchestration Log Command Log work from orchestrated tasks to external project management tools like Linear, Obsidian, Jira, or GitHub Issues. ## Usage ``` /orchestration/log [TASK-ID] [options] ``` ## Description Automatically creates work logs in your connected project management tools or knowledge bases, transferring task completion data, time spent, and progress notes to keep external systems synchronized. ## Basic Commands ### Log Current Task ``` /orchestration/log ``` Logs the cu
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/log.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/log.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/orchestration/log.md
Related Skills
Setting Up Log Aggregation
This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure
skill-adaptersetting up log aggregation
by jeremylongshore · plugins-plus-skills
log-analysis-security
This skill provides automated assistance for log analysis security tasks within the Security Advanced doma
log-analysis-securityloganalysissecurity
by jeremylongshore · plugins-plus-skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
logs
View stdout/stderr logs from a running Tauri application
commandslogs
by qdhenry · claude-command-suite