René's URL Explorer Experiment


Title: Add `usethis-python-enum` agent skill and dict comprehensiveness test by Copilot · Pull Request #1492 · usethis-python/usethis-python · GitHub

Open Graph Title: Add `usethis-python-enum` agent skill and dict comprehensiveness test by Copilot · Pull Request #1492 · usethis-python/usethis-python

X Title: Add `usethis-python-enum` agent skill and dict comprehensiveness test by Copilot · Pull Request #1492 · usethis-python/usethis-python

Description: Type checkers catch missing enum cases in if/elif chains via assert_never, but cannot catch missing keys in enum-keyed dicts. A new agent skill codifies this pattern, and a test is added for the existing _STATUS_TO_CLASSIFIER_MAP. New skill (.agents/skills/usethis-python-enum/SKILL.md): Documents two enum conventions — assert_never for exhaustive branching, and mandatory unit tests for dicts with enum keys New test (TestStatusToClassifierMap.test_keys_match_enum): Asserts _STATUS_TO_CLASSIFIER_MAP keys exactly match DevelopmentStatusEnum members class TestStatusToClassifierMap: def test_keys_match_enum(self): assert set(_STATUS_TO_CLASSIFIER_MAP.keys()) == set(DevelopmentStatusEnum) Original prompt This section details on the original issue you should resolve Configure agent skills to encourage appropriate style when working with enums Probably a new skill called usethis-python-enum Originally encountered here: @copilot Please add a unit test that checks this dict is comprehensive, i.e. its keys are the same as the enum elements Originally posted by @nathanjmcdougall in #1469 (comment) Type checkers will capture a lot of patterns if we are careful. The assert_never pattern used in the codebase, etc. There's this particular example of a dict with an enum key, which deserves a dedicated unit test to ensure it's kept updated to ensure complete coverage over the enum Comments on the Issue (you are @copilot in this section) Fixes #1479 📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Open Graph Description: Type checkers catch missing enum cases in if/elif chains via assert_never, but cannot catch missing keys in enum-keyed dicts. A new agent skill codifies this pattern, and a test is added for the ex...

X Description: Type checkers catch missing enum cases in if/elif chains via assert_never, but cannot catch missing keys in enum-keyed dicts. A new agent skill codifies this pattern, and a test is added for the ex...

Opengraph URL: https://github.com/usethis-python/usethis-python/pull/1492

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:cca29a4e-1d95-f5e7-f318-a7172737f6e0
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8C32:9D1CD:3B014F:4DDC8B:6A4ED93B
html-safe-nonce19366688cf86fe7291e28d3388dce02147ec2acb1d8f9fddfc84a7d4671f080d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzMyOjlEMUNEOjNCMDE0Rjo0RERDOEI6NkE0RUQ5M0IiLCJ2aXNpdG9yX2lkIjoiNDE0MDY3MDUyMDM2NTM0MDk4NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf81495a844c85adfd391960aa9f2579aa412c20faffc61ec0ce6c31074499a58
hovercard-subject-tagpull_request:3442271600
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/usethis-python/usethis-python/pull/1492/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altType checkers catch missing enum cases in if/elif chains via assert_never, but cannot catch missing keys in enum-keyed dicts. A new agent skill codifies this pattern, and a test is added for the ex...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None41b6ab3ba6d20a71766ac245b5a4a94c6fc672a9cd4da7d44c1b33ab8bf6a21c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/usethis-python/usethis-python git https://github.com/usethis-python/usethis-python.git
octolytics-dimension-user_id216362695
octolytics-dimension-user_loginusethis-python
octolytics-dimension-repository_id842189705
octolytics-dimension-repository_nwousethis-python/usethis-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id842189705
octolytics-dimension-repository_network_root_nwousethis-python/usethis-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec37fe3e3f5f306900bd5b6bee97463f66c938b2c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1492/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1492%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1492%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=usethis-python%2Fusethis-python
Reloadhttps://github.com/usethis-python/usethis-python/pull/1492/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1492/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1492/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1492/files
usethis-python https://github.com/usethis-python
usethis-pythonhttps://github.com/usethis-python/usethis-python
Notifications https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Fork 5 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Star 19 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Code https://github.com/usethis-python/usethis-python
Issues 163 https://github.com/usethis-python/usethis-python/issues
Pull requests 4 https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality 0 https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Code https://github.com/usethis-python/usethis-python
Issues https://github.com/usethis-python/usethis-python/issues
Pull requests https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
nathanjmcdougallhttps://github.com/nathanjmcdougall
mainhttps://github.com/usethis-python/usethis-python/tree/main
copilot/configure-agent-skills-enumhttps://github.com/usethis-python/usethis-python/tree/copilot/configure-agent-skills-enum
Conversation 2 https://github.com/usethis-python/usethis-python/pull/1492
Commits 2 https://github.com/usethis-python/usethis-python/pull/1492/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1492/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1492/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1492/files
Add usethis-python-enum agent skill and dict comprehensiveness test https://github.com/usethis-python/usethis-python/pull/1492/files#top
Show all changes 2 commits https://github.com/usethis-python/usethis-python/pull/1492/files
2c0c0c1 Initial plan Copilot Mar 25, 2026 https://github.com/usethis-python/usethis-python/pull/1492/commits/2c0c0c19550c5ac5d953efcf3ee81c06fb0adea3
2b5f023 Add usethis-python-enum skill and dict comprehensiveness test for _ST… Copilot Mar 25, 2026 https://github.com/usethis-python/usethis-python/pull/1492/commits/2b5f0231e66c6f8767099ffdc13acacbab935e28
Clear filters https://github.com/usethis-python/usethis-python/pull/1492/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1492/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1492/files
SKILL.md https://github.com/usethis-python/usethis-python/pull/1492/files#diff-ed40436bc06b2c3fddcda842960aa12156e1fc95f31702a7f878813f7b3c4127
test_status.py https://github.com/usethis-python/usethis-python/pull/1492/files#diff-1a3b306df4fd538ff416721b348b0a5725709e1dfbe5d58d6652750c36b99525
.agents/skills/usethis-python-enum/SKILL.mdhttps://github.com/usethis-python/usethis-python/pull/1492/files#diff-ed40436bc06b2c3fddcda842960aa12156e1fc95f31702a7f878813f7b3c4127
View file https://github.com/usethis-python/usethis-python/blob/2b5f0231e66c6f8767099ffdc13acacbab935e28/.agents/skills/usethis-python-enum/SKILL.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1492/{{ revealButtonHref }}
tests/usethis/_core/test_status.pyhttps://github.com/usethis-python/usethis-python/pull/1492/files#diff-1a3b306df4fd538ff416721b348b0a5725709e1dfbe5d58d6652750c36b99525
View file https://github.com/usethis-python/usethis-python/blob/2b5f0231e66c6f8767099ffdc13acacbab935e28/tests/usethis/_core/test_status.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1492/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1492/files#diff-1a3b306df4fd538ff416721b348b0a5725709e1dfbe5d58d6652750c36b99525
https://github.com/usethis-python/usethis-python/pull/1492/files#diff-1a3b306df4fd538ff416721b348b0a5725709e1dfbe5d58d6652750c36b99525
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1492/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.