refactor(api): normalize directory names to lowercase hyphen-case#4
Open
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
Open
refactor(api): normalize directory names to lowercase hyphen-case#4gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
gaurav0107 wants to merge 1 commit intoLambdaTest:mainfrom
Conversation
3 tasks
Contributor
|
Thank you very much. @SparshKesari, this is good to merge. |
Contributor
|
Check once whether api-skill doesn't roll back to api again after @gaurav0107 changes. |
…-case Addresses the review comment on PR LambdaTest#4 about rebasing onto api-skill/ after upstream's api/ -> api-skill/ rename (PR LambdaTest#6). - Renames all 18 api-skill/ subdirectories from mixed-case with spaces to lowercase hyphen-case - Renames references/ (plural) to reference/ (singular) for the 2 api skills that had playbook reference directories, matching repo convention - Updates api-skill/README.md directory tree to reflect new structure and fixes relative links to CONTRIBUTING.md and LICENSE - Fixes typo 'dcoumentation' -> 'documentation' in postman-to-newman Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5de63ae to
37e8393
Compare
gaurav0107
added a commit
to gaurav0107/agent-skills
that referenced
this pull request
May 6, 2026
… in index Rebased onto upstream's api/ -> api-skill/ rename (PR LambdaTest#6), applied on top of PR LambdaTest#4's subdirectory normalization. - Add languages, category (api-testing), license (MIT), and metadata to all 24 api-skill/ SKILL.md files to match the test-skill frontmatter standard already enforced by scripts/validate_skills.py for 46 non-api skills - Update validate_skills.py to scan api-skill/ (was api/) and add api-design to VALID_CATEGORIES - Add 'api-skill' to SKIP_DIRS so nested skills aren't double-counted - Register all 24 api-skill entries in skills_index.json with full descriptions and trigger keywords - Sort all 70 skills alphabetically, update total_skills to 70 Validation: Skills found: 70 Errors: 0 Warnings: 47 (expected — api-skills are single-file, no playbooks) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
api/directories from mixed-case with spaces to consistent lowercase hyphen-casereferences/(plural) toreference/(singular) for 2 api skills to match repo conventionapi/README.mdwith accurate directory tree and fixes broken linksDirectory renames
API Analyzerapi-analyzerAPI Designerapi-designerAPI Documentationapi-documentationAPI Health Monitoringapi-health-monitoringAPI Inference From Filesapi-inference-from-filesAPI-SDK Generatorapi-sdk-generatorAPI-To-Test Case Generatorapi-to-testcase-generatorAI-Based-APIai-based-apiAPI-Complianceapi-complianceAPI-Integration-Helperapi-integration-helperAPI-Mockingapi-mockingAPI-Ratelimit-Helperapi-ratelimit-helperAPI-Security-Patternsapi-security-patternsAPI-Versioning-Helperapi-versioning-helperOpenAPI-Spec-Generatoropenapi-spec-generatorPopular-API-Fetcherpopular-api-fetcherNewmannewmanPostmanpostmanTest plan
ls api/shows all lowercase hyphen-case names with no spacesfind api/ -type d -name "references"returns nothingapi/README.mddirectory tree matches actual structure🤖 Generated with Claude Code