analyze-python-api Skill
Analyze the Python weather API, tests, endpoint behavior, and migration scope. Use for extracting routes, payloads, and validation points before C implementation. Published by microsoft in aitour26-WRK541-real-world-code-migration-with-github-copilot-agent-mode.
What is analyze-python-api Skill?
Analyze the Python weather API, tests, endpoint behavior, and migration scope. Use for extracting routes, payloads, and validation points before C implementation. Published by microsoft in aitour26-WRK541-real-world-code-migration-with-github-copilot-agent-mode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use analyze-python-api Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/aitour26-WRK541-real-world-code-migration-with-github-copilot-agent-mode
- Skill file: .github/skills/analyze-python-api/SKILL.md
What it does
Analyze the Python weather API, tests, endpoint behavior, and migration scope. Use for extracting routes, payloads, and validation points before C implementation.
Skill instructions
Analyze Python API When to Use - Before implementing a new C endpoint - When tests fail and Python behavior must be confirmed - When creating a migration plan - When comparing Python behavior with the C rewrite Procedure 1. Read src/python-app/webapp/main.py. 2. Read src/python-app/webapp/testmain.py. 3. Identify all routes, parameters, response shapes, and error cases. 4. Cross-check what behavior is explicitly covered by tests. 5. Produce the summary using the format in output-format. Rules - Treat the Python implementation as the behavioral source of truth. - Separate confirmed behavior from assumptions. - Prefer endpoint-by-endpoint summaries over high-level generalizations. - If behavior is unclear, point to the exact file and function that needs review. Output - Endpoint inventory - Response expectations - Test coverage notes - Recommended migration order
Explore related resources
Frequently asked questions
What is analyze-python-api?
analyze-python-api is a open-source AI agent skill with Copy skill directory. Analyze the Python weather API, tests, endpoint behavior, and migration scope. Use for extracting routes, payloads, and validation points before C implementation.
Who is analyze-python-api best for?
analyze-python-api is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install analyze-python-api?
Install or run analyze-python-api using Copy skill directory. Check analyze-python-api for the latest setup command.
Is analyze-python-api actively maintained?
analyze-python-api may need a closer maintenance check before production use.
Auto-fetched from GitHub.