feat: Add AWS CLI ECS command reference skills#770
Merged
stormcat24 merged 1 commit intomainfrom Dec 18, 2025
Merged
Conversation
Add comprehensive AWS CLI ECS command reference documentation as Claude Skills to help ensure KECS compatibility with user expectations when using `aws ecs` commands. Created files: - SKILL.md: Main skill definition with overview and KECS usage examples - cluster-commands.md: create/describe/list/delete/update cluster commands - service-commands.md: create/describe/list/update/delete service commands - task-commands.md: run-task, stop-task, describe/list tasks, execute-command - task-definition-commands.md: register/deregister/describe/list task definitions - other-commands.md: Tags, Attributes, Account Settings, Capacity Providers, TaskSets Total: ~1,950 lines of documentation covering: - Command synopsis and options - Required/optional parameters - JSON structure examples - Practical usage examples - Output format specifications 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Greptile Review Summary- Critical Issues: 0- Logic Issues: 0- Style Suggestions: 0✅ **No blocking issues foundSee Greptile Workflow Guide for handling reviews. |
Code Metrics Report
Details | | #769 (3e84c8f) | #770 (f8888ff) | +/- |
|---------------------|----------------|----------------|------|
| Coverage | 12.8% | 12.8% | 0.0% |
| Files | 269 | 269 | 0 |
| Lines | 42056 | 42056 | 0 |
| Covered | 5397 | 5397 | 0 |
| Code to Test Ratio | 1:0.2 | 1:0.2 | 0.0 |
| Code | 71292 | 71292 | 0 |
| Test | 16352 | 16352 | 0 |
- | Test Execution Time | 3m22s | 3m24s | +2s |Reported by octocov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
aws ecscommandsecs-api-referenceskills with CLI-specific syntax and examplesFiles Added
.claude/skills/ecs-cli-reference/SKILL.md- Main skill definition with overview.claude/skills/ecs-cli-reference/cluster-commands.md- Cluster lifecycle commands.claude/skills/ecs-cli-reference/service-commands.md- Service management commands.claude/skills/ecs-cli-reference/task-commands.md- Task execution and management.claude/skills/ecs-cli-reference/task-definition-commands.md- Task definition registration.claude/skills/ecs-cli-reference/other-commands.md- Tags, Attributes, Account Settings, Capacity Providers, TaskSetsCoverage
~1,950 lines of documentation covering:
Test plan
🤖 Generated with Claude Code