Stats
Actions
Tags
From corthos-corthography
Show the CloudWatch log group for a run so the partner can inspect detailed execution logs. Use when diagnosing a failed or stuck run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/corthos-corthography:corthography-press-logsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Argument | Required | Description |
| Argument | Required | Description |
|---|---|---|
<run_id> | Yes | Run identifier |
--json | No | JSON output |
corthography logs <run_id>
Returns the CloudWatch log group path (e.g., /aws/press/runs/{partner_id}/{run_id}).
The partner can then read the log stream via:
aws logs tail "/aws/press/runs/{partner_id}/{run_id}" --follow \
--profile <their-aws-profile-with-press-logs-read>
logs:GetLogEvents on the partner-prefixed log group. Press core grants this via the per-partner IAM role; the partner's own AWS profile needs to be able to assume the partner role.npx claudepluginhub corthosai/client.corthography.ai --plugin corthos-corthographyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.