René's URL Explorer Experiment


Title: Add "never return bool for success/failure" guideline to function design skill by Copilot · Pull Request #1778 · usethis-python/usethis-python · GitHub

Open Graph Title: Add "never return bool for success/failure" guideline to function design skill by Copilot · Pull Request #1778 · usethis-python/usethis-python

X Title: Add "never return bool for success/failure" guideline to function design skill by Copilot · Pull Request #1778 · usethis-python/usethis-python

Description: Agent config lacked guidance against C-style bool returns for operation outcomes, leading to generated code like def add_entry(...) -> bool instead of raising exceptions. Added "Never return bool to signal success or failure" section to usethis-python-functions skill (v1.2 → v1.3) Includes rationale, alternatives (raise/return None), and bad/good examples Explicit carve-out for predicate functions (is_tool_used(), has_build_system()) where bool is appropriate # Bad: caller can silently ignore failure def add_config_entry(key: str, value: str) -> bool: if key in existing: return False existing[key] = value return True # Good: raise on failure, return nothing on success def add_config_entry(key: str, value: str) -> None: if key in existing: raise ValueError(f"Config entry '{key}' already exists.") existing[key] = value Skills used: usethis-skills-modify, usethis-qa-static-checks.

Open Graph Description: Agent config lacked guidance against C-style bool returns for operation outcomes, leading to generated code like def add_entry(...) -> bool instead of raising exceptions. Added "Never retu...

X Description: Agent config lacked guidance against C-style bool returns for operation outcomes, leading to generated code like def add_entry(...) -> bool instead of raising exceptions. Added "Ne...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1da62923-2ce8-35e6-5506-f650ad38e446
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAD0E:FCF93:158A105:1F87601:6A4E4A44
html-safe-nonce072f61b21ba23e31f0f06accd433410c987b7709509cff28c9db43051572719d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRDBFOkZDRjkzOjE1OEExMDU6MUY4NzYwMTo2QTRFNEE0NCIsInZpc2l0b3JfaWQiOiIzMjg3MzQ0OTUzODg2NTczMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac41d06cf8cccd08d04d3091a0c67ef87891f2dfb009f4f59e15facf3ade7b5a45
hovercard-subject-tagpull_request:3487355238
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/1778/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:altAgent config lacked guidance against C-style bool returns for operation outcomes, leading to generated code like def add_entry(...) -> bool instead of raising exceptions. Added "Never retu...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
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
releasee8506f6d0538364886e3f0153c154c410965e70d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1778/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%2F1778%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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2F1778%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/1778/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1778/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1778/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1778/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/update-agent-config-bool-return-handlinghttps://github.com/usethis-python/usethis-python/tree/copilot/update-agent-config-bool-return-handling
Conversation 2 https://github.com/usethis-python/usethis-python/pull/1778
Commits 3 https://github.com/usethis-python/usethis-python/pull/1778/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1778/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1778/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1778/files
Add "never return bool for success/failure" guideline to function design skill https://github.com/usethis-python/usethis-python/pull/1778/files#top
Show all changes 3 commits https://github.com/usethis-python/usethis-python/pull/1778/files
f26466f Initial plan Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1778/commits/f26466faea5585de252cf8063e939e90815420b4
802eda8 Initial plan for updating agent config Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1778/commits/802eda8b4a6dca73265cab54c15307b9e606e69f
71d706b Add 'Never return bool to signal success/failure' guideline to usethi… Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1778/commits/71d706b00f31f72832ad763f30a04f1cf46b0ea3
Clear filters https://github.com/usethis-python/usethis-python/pull/1778/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1778/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1778/files
SKILL.md https://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
skills-lock.json https://github.com/usethis-python/usethis-python/pull/1778/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
.agents/skills/usethis-python-functions/SKILL.mdhttps://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
View file https://github.com/usethis-python/usethis-python/blob/71d706b00f31f72832ad763f30a04f1cf46b0ea3/.agents/skills/usethis-python-functions/SKILL.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1778/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
https://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
https://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
https://github.com/usethis-python/usethis-python/pull/1778/files#diff-0fdd90957faa66fdcacfe8210e136df4bcadeeaaa979f3626aab812d06629b74
skills-lock.jsonhttps://github.com/usethis-python/usethis-python/pull/1778/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
View file https://github.com/usethis-python/usethis-python/blob/71d706b00f31f72832ad763f30a04f1cf46b0ea3/skills-lock.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1778/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1778/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1778/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.